1234567891011121314151617 |
- [Unit]
- Description=Reboot
- Documentation=man:systemd-halt.service(8)
- DefaultDependencies=no
- Requires=shutdown.target umount.target final.target
- After=shutdown.target umount.target final.target
- [Service]
- Type=oneshot
- ExecStart=/bin/systemctl --force reboot
|