From b5e9dba8d60b8fb80b6302b6ea2cd665b3ab370c Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 10 Aug 2010 20:57:21 +0200 Subject: unit: rename OnlyByDependency= to RefuseManualStart= and introduce RefuseManualStop= Some unit shall never be start on user request (e.g. shutdown.target) others never be stopped on user request (e.g. auditd.servce), hence offer options for both. --- units/shutdown.target | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'units/shutdown.target') diff --git a/units/shutdown.target b/units/shutdown.target index 586ca4a758..6d1fb6f10f 100644 --- a/units/shutdown.target +++ b/units/shutdown.target @@ -9,5 +9,5 @@ [Unit] Description=Shutdown -OnlyByDependency=yes +RefuseManualStart=yes IgnoreDependencyFailure=yes -- cgit v1.2.1