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/suse/poweroff.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'units/suse/poweroff.service') diff --git a/units/suse/poweroff.service b/units/suse/poweroff.service index 93a9da502a..e9aff275d4 100644 --- a/units/suse/poweroff.service +++ b/units/suse/poweroff.service @@ -8,7 +8,7 @@ [Unit] Description=Power-Off DefaultDependencies=no -Requires=shutdown.target +Wants=shutdown.target After=shutdown.target 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