diff --git a/neptunium/etc/systemd/system/restart-system.service b/neptunium/etc/systemd/system/restart-system.service new file mode 100644 index 0000000..1804001 --- /dev/null +++ b/neptunium/etc/systemd/system/restart-system.service @@ -0,0 +1,6 @@ +[Unit] +Description=Systemd unit to trigger a system reboot + +[Service] +Type=oneshot +ExecStart=systemctl reboot --no-block \ No newline at end of file diff --git a/phosphorus/etc/systemd/system/restart-system.service b/phosphorus/etc/systemd/system/restart-system.service new file mode 100644 index 0000000..1804001 --- /dev/null +++ b/phosphorus/etc/systemd/system/restart-system.service @@ -0,0 +1,6 @@ +[Unit] +Description=Systemd unit to trigger a system reboot + +[Service] +Type=oneshot +ExecStart=systemctl reboot --no-block \ No newline at end of file