X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=units%2Fdebian%2Fpoweroff.service;fp=units%2Fdebian%2Fpoweroff.service;h=0000000000000000000000000000000000000000;hb=46574a5b4afeac0c3f69f15ce47c460309cb9bec;hp=34a66830408436e3c1ca9e04f2989bd2a9b738a3;hpb=d48141ba0bed2866e05261cf06f0a6adfb11f349;p=elogind.git diff --git a/units/debian/poweroff.service b/units/debian/poweroff.service deleted file mode 100644 index 34a668304..000000000 --- a/units/debian/poweroff.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=Power-Off -DefaultDependencies=no -Requires=shutdown.target umount.target killall.service -After=shutdown.target umount.target killall.service - -[Service] -Type=oneshot -RemainAfterExit=yes -Environment=RUNLEVEL=0 -ExecStart=/etc/init.d/halt stop -StandardOutput=tty