diff options
author | Umut Tezduyar <umut@tezduyar.com> | 2013-03-13 10:27:38 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-03-15 22:56:33 -0400 |
commit | faeffa73a81ab5b59acfadeb571431fb0e42af70 (patch) | |
tree | a2f9ff2e96762f18c1cbc221601cee692fc337c2 /units/systemd-sysctl.service.in | |
parent | 89b1d5e0e49d3b3501e5f3aadcad712290bcd9bf (diff) |
units: ignore systemd-sysctl on shutdown
No need to try to stop systemd-sysctl on shutdown as
this service doesn't have ExecStop= anyways.
Diffstat (limited to 'units/systemd-sysctl.service.in')
-rw-r--r-- | units/systemd-sysctl.service.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/units/systemd-sysctl.service.in b/units/systemd-sysctl.service.in index 45e1ceb25c..d914553d28 100644 --- a/units/systemd-sysctl.service.in +++ b/units/systemd-sysctl.service.in @@ -9,7 +9,6 @@ Description=Apply Kernel Variables Documentation=man:systemd-sysctl.service(8) man:sysctl.d(5) DefaultDependencies=no -Conflicts=shutdown.target After=systemd-readahead-collect.service systemd-readahead-replay.service Before=sysinit.target shutdown.target ConditionPathIsReadWrite=/proc/sys/ |