diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-03-26 15:14:27 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-03-26 15:15:39 +0100 |
commit | 6a9280cc60b333817e22f0885b9c145e6252cc0b (patch) | |
tree | 7be26e853c869d60b51d6e92a2af01c9d7b392aa /units/nss-user-lookup.target | |
parent | 4e5ed9b69bb819d395e13da8ef033e17a0df8988 (diff) |
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/nss-user-lookup.target')
-rw-r--r-- | units/nss-user-lookup.target | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/units/nss-user-lookup.target b/units/nss-user-lookup.target index 43b722c970..80023cdfb6 100644 --- a/units/nss-user-lookup.target +++ b/units/nss-user-lookup.target @@ -11,3 +11,4 @@ [Unit] Description=User and Group Name Lookups Documentation=man:systemd.special(7) +RefuseManualStart=yes |