X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;ds=sidebyside;f=units%2Fsuse%2Fhalt.service;h=40d58b36b5ed6bb90f20c23556817f2b6413e1fd;hb=07405e90968c39f04bc00e1af5b1671940482b19;hp=bc237f02f0244fa2b1cd0c7e528adc4c1eb198a7;hpb=9a9a438596e6f57cda87fc7045971197fd2b3078;p=elogind.git diff --git a/units/suse/halt.service b/units/suse/halt.service index bc237f02f..40d58b36b 100644 --- a/units/suse/halt.service +++ b/units/suse/halt.service @@ -7,6 +7,7 @@ [Unit] Description=Halt +DefaultDependencies=no Requires=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 @@ -14,6 +15,5 @@ Conflicts=dev-hugepages.automount dev-mqueue.automount proc-sys-fs-binfmt_misc.a [Service] Type=finish ValidNoProcess=yes -Environment=INIT_HALT=HALT -Environment=RUNLEVEL=0 +Environment=INIT_HALT=HALT RUNLEVEL=0 ExecStart=/etc/init.d/halt start