diff options
Diffstat (limited to 'systemd/reboot.service')
-rw-r--r-- | systemd/reboot.service | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/systemd/reboot.service b/systemd/reboot.service deleted file mode 100644 index 622beb58..00000000 --- a/systemd/reboot.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=Reboot the system -DefaultDependencies=no -Requires=umount.target killall.service -After=umount.target killall.service - -[Service] -Type=oneshot -RemainAfterExit=yes -Environment=RUNLEVEL=6 -ExecStart=/etc/init.d/reboot start -StandardOutput=tty |