add restart-system.service

This commit is contained in:
Ruben 2025-09-22 20:43:55 -05:00
commit 2da0c2c3f7
Signed by: sneexy
GPG key ID: 8ECFA045E63BC583
2 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1,6 @@
[Unit]
Description=Systemd unit to trigger a system reboot
[Service]
Type=oneshot
ExecStart=systemctl reboot --no-block

View file

@ -0,0 +1,6 @@
[Unit]
Description=Systemd unit to trigger a system reboot
[Service]
Type=oneshot
ExecStart=systemctl reboot --no-block