2010-06-16 18:50:55 +07: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=Reboot
|
2010-07-04 00:53:37 +07:00
|
|
|
DefaultDependencies=no
|
2010-07-14 02:30:38 +07:00
|
|
|
Requires=shutdown.target umount.target
|
|
|
|
After=shutdown.target umount.target
|
2010-06-16 18:50:55 +07:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=finish
|
|
|
|
ValidNoProcess=yes
|
|
|
|
Environment=RUNLEVEL=6
|
|
|
|
ExecStart=/etc/rc.shutdown
|
2010-08-10 05:08:13 +07:00
|
|
|
StandardOutput=tty
|