add restart-system.service
This commit is contained in:
parent
66cd3fd0c0
commit
2da0c2c3f7
2 changed files with 12 additions and 0 deletions
6
neptunium/etc/systemd/system/restart-system.service
Normal file
6
neptunium/etc/systemd/system/restart-system.service
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
[Unit]
|
||||||
|
Description=Systemd unit to trigger a system reboot
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Type=oneshot
|
||||||
|
ExecStart=systemctl reboot --no-block
|
||||||
6
phosphorus/etc/systemd/system/restart-system.service
Normal file
6
phosphorus/etc/systemd/system/restart-system.service
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
[Unit]
|
||||||
|
Description=Systemd unit to trigger a system reboot
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Type=oneshot
|
||||||
|
ExecStart=systemctl reboot --no-block
|
||||||
Loading…
Add table
Add a link
Reference in a new issue