diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-03-08 03:04:47 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-03-08 03:04:47 +0100 |
commit | 267632f0ab26bbcec6bc93682cf43d0f983c41d8 (patch) | |
tree | 32491e0ade93452809938f44283a38e4fca7be63 /units/systemd-sysctl.service.in | |
parent | 08672cb5071af320127f6fe8d0916f62bedd82f3 (diff) |
unit: distuingish mandatory from triggering conditions
Diffstat (limited to 'units/systemd-sysctl.service.in')
-rw-r--r-- | units/systemd-sysctl.service.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/units/systemd-sysctl.service.in b/units/systemd-sysctl.service.in index ada447885f..ea78230d7c 100644 --- a/units/systemd-sysctl.service.in +++ b/units/systemd-sysctl.service.in @@ -11,8 +11,8 @@ DefaultDependencies=no Conflicts=shutdown.target After=systemd-readahead-collect.service systemd-readahead-replay.service Before=sysinit.target shutdown.target -ConditionPathExists=/etc/sysctl.conf -ConditionDirectoryNotEmpty=/etc/sysctl.d +ConditionPathExists=|/etc/sysctl.conf +ConditionDirectoryNotEmpty=|/etc/sysctl.d [Service] Type=oneshot |