From 267632f0ab26bbcec6bc93682cf43d0f983c41d8 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 8 Mar 2011 03:04:47 +0100 Subject: unit: distuingish mandatory from triggering conditions --- units/systemd-sysctl.service.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'units/systemd-sysctl.service.in') 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 -- cgit v1.2.3-54-g00ecf