From ddd941ed5ccca94967f06ef545998340fc3bffc0 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 14 Oct 2010 03:59:49 +0200 Subject: fedora: add compat unit for /sbin/halt.local --- units/fedora/halt-local.service | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 units/fedora/halt-local.service (limited to 'units/fedora/halt-local.service') diff --git a/units/fedora/halt-local.service b/units/fedora/halt-local.service new file mode 100644 index 0000000000..79f8f12b7d --- /dev/null +++ b/units/fedora/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=/sbin/halt.local Compatibility +ConditionPathExists=/sbin/halt.local +DefaultDependencies=no +After=shutdown.target +Before=final.target + +[Service] +Type=oneshot +ExecStart=/sbin/halt.local +TimeoutSec=0 +StandardOutput=tty +RemainAfterExit=yes -- cgit v1.2.3-54-g00ecf