summaryrefslogtreecommitdiff
path: root/units/systemd-sysctl.service.in
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2011-03-08 03:04:47 +0100
committerLennart Poettering <lennart@poettering.net>2011-03-08 03:04:47 +0100
commit267632f0ab26bbcec6bc93682cf43d0f983c41d8 (patch)
tree32491e0ade93452809938f44283a38e4fca7be63 /units/systemd-sysctl.service.in
parent08672cb5071af320127f6fe8d0916f62bedd82f3 (diff)
unit: distuingish mandatory from triggering conditions
Diffstat (limited to 'units/systemd-sysctl.service.in')
-rw-r--r--units/systemd-sysctl.service.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/units/systemd-sysctl.service.in b/units/systemd-sysctl.service.in
index ada447885..ea78230d7 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