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/time-sync.target | 1 + 1 file changed, 1 insertion(+) (limited to 'units/time-sync.target') diff --git a/units/time-sync.target b/units/time-sync.target index ec00ecbbf4..54078069f2 100644 --- a/units/time-sync.target +++ b/units/time-sync.target @@ -11,3 +11,4 @@ [Unit] Description=System Time Synchronized Documentation=man:systemd.special(7) +RefuseManualStart=yes -- cgit v1.2.3-54-g00ecf