From 2da0c2c3f710ee5698673bb0aa336cb6bf16dbc1 Mon Sep 17 00:00:00 2001 From: Ruben Date: Mon, 22 Sep 2025 20:43:55 -0500 Subject: [PATCH] add restart-system.service --- neptunium/etc/systemd/system/restart-system.service | 6 ++++++ phosphorus/etc/systemd/system/restart-system.service | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100644 neptunium/etc/systemd/system/restart-system.service create mode 100644 phosphorus/etc/systemd/system/restart-system.service 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