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/remote-fs-pre.target | 1 + 1 file changed, 1 insertion(+) (limited to 'units/remote-fs-pre.target') diff --git a/units/remote-fs-pre.target b/units/remote-fs-pre.target index febdc01c7c..36a196cfda 100644 --- a/units/remote-fs-pre.target +++ b/units/remote-fs-pre.target @@ -8,3 +8,4 @@ [Unit] Description=Remote File Systems (Pre) Documentation=man:systemd.special(7) +RefuseManualStart=yes -- cgit v1.2.3-54-g00ecf