From 6a9280cc60b333817e22f0885b9c145e6252cc0b Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 26 Mar 2013 15:14:27 +0100 Subject: 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. --- units/nss-lookup.target | 1 + 1 file changed, 1 insertion(+) (limited to 'units/nss-lookup.target') diff --git a/units/nss-lookup.target b/units/nss-lookup.target index 339b507fae..c9e3a7c419 100644 --- a/units/nss-lookup.target +++ b/units/nss-lookup.target @@ -11,3 +11,4 @@ [Unit] Description=Host and Network Name Lookups Documentation=man:systemd.special(7) +RefuseManualStart=yes -- cgit v1.2.3-54-g00ecf