X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=units%2Fsuse%2Fhalt-local.service;fp=units%2Fsuse%2Fhalt-local.service;h=68cacc6658a031989bb337e393ddbdc3f7699a35;hb=a268a6a38febcb9182cac92aaef8803f2d20d6eb;hp=0000000000000000000000000000000000000000;hpb=89d471d55eadce53c5ad97e50dfaa0063c227d7e;p=elogind.git diff --git a/units/suse/halt-local.service b/units/suse/halt-local.service new file mode 100644 index 000000000..68cacc665 --- /dev/null +++ b/units/suse/halt-local.service @@ -0,0 +1,20 @@ +# This file is part of systemd. +# +# systemd is free software; you can redistribute it and/or modify it +# under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. + +[Unit] +Description=/etc/init.d/halt.local Compatibility +ConditionPathExists=/etc/init.d/halt.local +DefaultDependencies=no +After=shutdown.target +Before=final.target + +[Service] +Type=oneshot +ExecStart=/etc/init.d/halt.local +TimeoutSec=0 +StandardOutput=tty +RemainAfterExit=yes