X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=units%2Farch%2Fhalt.service;fp=units%2Farch%2Fhalt.service;h=0000000000000000000000000000000000000000;hb=46574a5b4afeac0c3f69f15ce47c460309cb9bec;hp=2079bc025c5142df76a61343db41e9348fef482f;hpb=d48141ba0bed2866e05261cf06f0a6adfb11f349;p=elogind.git diff --git a/units/arch/halt.service b/units/arch/halt.service deleted file mode 100644 index 2079bc025..000000000 --- a/units/arch/halt.service +++ /dev/null @@ -1,19 +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=Halt -DefaultDependencies=no -Requires=shutdown.target umount.target -After=shutdown.target umount.target - -[Service] -Type=oneshot -RemainAfterExit=yes -Environment=RUNLEVEL=0 -ExecStart=/etc/rc.shutdown -StandardOutput=tty