From faeffa73a81ab5b59acfadeb571431fb0e42af70 Mon Sep 17 00:00:00 2001 From: Umut Tezduyar Date: Wed, 13 Mar 2013 10:27:38 +0100 Subject: [PATCH] units: ignore systemd-sysctl on shutdown No need to try to stop systemd-sysctl on shutdown as this service doesn't have ExecStop= anyways. --- units/systemd-sysctl.service.in | 1 - 1 file changed, 1 deletion(-) diff --git a/units/systemd-sysctl.service.in b/units/systemd-sysctl.service.in index 45e1ceb25..d914553d2 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/ -- 2.30.2