summaryrefslogtreecommitdiffstats
path: root/examples/xfce/files/halt-local.service
diff options
context:
space:
mode:
Diffstat (limited to 'examples/xfce/files/halt-local.service')
-rw-r--r--examples/xfce/files/halt-local.service23
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