diff options
author | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2018-10-23 20:37:33 +0100 |
---|---|---|
committer | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2018-10-28 21:50:47 +0000 |
commit | 800ef4b1c55673b682b6ed4787bbeeab9991289d (patch) | |
tree | 17fc3a2496e42d45497c69ec1f675d166dec768d /examples/xfce/files/halt-local.service | |
parent | 56c37dc53dd2707264d0caafd7ac27a273147987 (diff) | |
download | drakiso-800ef4b1c55673b682b6ed4787bbeeab9991289d.tar drakiso-800ef4b1c55673b682b6ed4787bbeeab9991289d.tar.gz drakiso-800ef4b1c55673b682b6ed4787bbeeab9991289d.tar.bz2 drakiso-800ef4b1c55673b682b6ed4787bbeeab9991289d.tar.xz drakiso-800ef4b1c55673b682b6ed4787bbeeab9991289d.zip |
examples: remove halt-local service - it doesn't work.
Diffstat (limited to 'examples/xfce/files/halt-local.service')
-rw-r--r-- | examples/xfce/files/halt-local.service | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/examples/xfce/files/halt-local.service b/examples/xfce/files/halt-local.service deleted file mode 100644 index bc7f284..0000000 --- a/examples/xfce/files/halt-local.service +++ /dev/null @@ -1,23 +0,0 @@ -# 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 -ConditionFileIsExecutable=/sbin/halt.local -DefaultDependencies=no -After=shutdown.target -Before=final.target - -[Service] -Type=oneshot -ExecStartPre=-/bin/kill -54 1 -ExecStartPre=-/usr/bin/plymouth quit -ExecStartPre=-/usr/bin/chvt 1 -ExecStart=/sbin/halt.local -TimeoutSec=0 -StandardOutput=tty -RemainAfterExit=yes |