]> err.no Git - systemd-rc/blob - halt.service
Patchy fixup, since debian doesn't really have a sysinit service
[systemd-rc] / halt.service
1 [Unit]
2 Description=Halt
3 Requires=shutdown.target killall.service
4 After=shutdown.target killall.service
5 Before=halt.target
6
7 [Service]
8 Type=finish
9 ValidNoProcess=yes
10 Environment=INIT_HALT=HALT
11 Environment=RUNLEVEL=0
12 ExecStart=/etc/init.d/halt start