From 800ef4b1c55673b682b6ed4787bbeeab9991289d Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Tue, 23 Oct 2018 20:37:33 +0100 Subject: examples: remove halt-local service - it doesn't work. --- examples/gui/files/halt-local.service | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 examples/gui/files/halt-local.service (limited to 'examples/gui/files/halt-local.service') diff --git a/examples/gui/files/halt-local.service b/examples/gui/files/halt-local.service deleted file mode 100644 index bc7f284..0000000 --- a/examples/gui/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 -- cgit v1.2.1