summaryrefslogtreecommitdiffstats
path: root/units/rpcbind.target
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2013-03-26 15:14:27 +0100
committerLennart Poettering <lennart@poettering.net>2013-03-26 15:15:39 +0100
commit6a9280cc60b333817e22f0885b9c145e6252cc0b (patch)
tree7be26e853c869d60b51d6e92a2af01c9d7b392aa /units/rpcbind.target
parentfstab-generator: degrade the message about missing "root=" to log_debug (diff)
downloadsystemd-6a9280cc60b333817e22f0885b9c145e6252cc0b.tar.xz
systemd-6a9280cc60b333817e22f0885b9c145e6252cc0b.zip
units: disallow manual starting of passive units
As passive units only are useful for ordering things within the initial transaction there is no point in ever activating them manually, hence refuse it.
Diffstat (limited to 'units/rpcbind.target')
-rw-r--r--units/rpcbind.target1
1 files changed, 1 insertions, 0 deletions
diff --git a/units/rpcbind.target b/units/rpcbind.target
index eb06a6db26..e03e915ee0 100644
--- a/units/rpcbind.target
+++ b/units/rpcbind.target
@@ -11,3 +11,4 @@
[Unit]
Description=RPC Port Mapper
Documentation=man:systemd.special(7)
+RefuseManualStart=yes