diff options
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 |