summaryrefslogtreecommitdiffstats
path: root/files/halt-local.service
diff options
context:
space:
mode:
authorMartin Whitaker <mageia@martin-whitaker.me.uk>2018-11-02 22:10:49 +0000
committerMartin Whitaker <mageia@martin-whitaker.me.uk>2018-11-02 22:10:49 +0000
commit8cf8bc8ec881760055c73315b7e8c52f0962c492 (patch)
tree917056a3ce6f26be5eccdc13188fd89a5e02ac41 /files/halt-local.service
parent8a7411fb876243d1c2eadc8917f4352c78bd180f (diff)
parent4188ede639da7fbb198a56869283770b63db947d (diff)
downloaddraklive-config-8cf8bc8ec881760055c73315b7e8c52f0962c492.tar
draklive-config-8cf8bc8ec881760055c73315b7e8c52f0962c492.tar.gz
draklive-config-8cf8bc8ec881760055c73315b7e8c52f0962c492.tar.bz2
draklive-config-8cf8bc8ec881760055c73315b7e8c52f0962c492.tar.xz
draklive-config-8cf8bc8ec881760055c73315b7e8c52f0962c492.zip
Switch to using draklive2 (merge branch 'user/martinw/use-grub2')
Diffstat (limited to 'files/halt-local.service')
-rw-r--r--files/halt-local.service23
1 files changed, 0 insertions, 23 deletions
diff --git a/files/halt-local.service b/files/halt-local.service
deleted file mode 100644
index bc7f284..0000000
--- a/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