From b827a9f97dcc88f4b9e23d656d7325455eb33848 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 10 Jul 2010 04:52:31 +0200 Subject: units: turn shutdown dependencies from Requires into Wants to make things a bit more robust --- units/fedora/halt.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'units/fedora/halt.service') diff --git a/units/fedora/halt.service b/units/fedora/halt.service index b957a3fe30..0c0fa5fa38 100644 --- a/units/fedora/halt.service +++ b/units/fedora/halt.service @@ -8,7 +8,7 @@ [Unit] Description=Halt DefaultDependencies=no -Requires=shutdown.target killall.service +Wants=shutdown.target killall.service After=shutdown.target killall.service Conflicts=dev-hugepages.automount dev-mqueue.automount proc-sys-fs-binfmt_misc.automount sys-kernel-debug.automount sys-kernel-security.automount -- cgit v1.2.3-54-g00ecf