1
0
mirror of https://github.com/systemd/systemd.git synced 2025-02-06 01:57:47 +03:00
systemd/units/fedora/reboot.service

20 lines
558 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=Reboot
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=finish
ValidNoProcess=yes
2010-05-17 01:34:36 +02:00
Environment=RUNLEVEL=6
ExecStart=/etc/init.d/reboot start
2010-08-04 14:17:18 +02:00
StandardOutput=tty