Systemd/units/fedora/halt.service

20 lines
571 B
SYSTEMD
Raw Normal View History

2010-05-17 01:34:36 +02:00
# 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
2010-07-12 23:49:20 +02:00
Requires=shutdown.target umount.target killall.service
After=shutdown.target umount.target killall.service
2010-05-17 01:34:36 +02:00
[Service]
Type=oneshot
RemainAfterExit=yes
Environment=INIT_HALT=HALT RUNLEVEL=0
2010-05-17 01:34:36 +02:00
ExecStart=/etc/init.d/halt start
2010-08-04 14:17:18 +02:00
StandardOutput=tty