home · contact · privacy
Setup script for daily reboots.
[config] / bullseye / etc_files / daily_reboot / etc / systemd / system / reboot.timer
diff --git a/bullseye/etc_files/daily_reboot/etc/systemd/system/reboot.timer b/bullseye/etc_files/daily_reboot/etc/systemd/system/reboot.timer
new file mode 100644 (file)
index 0000000..741ff05
--- /dev/null
@@ -0,0 +1,9 @@
+[Unit]
+Description=schedule reboot
+
+[Timer]
+Unit=reboot.service
+OnCalendar=*-*-* 7:00:00
+
+[Install]
+WantedBy=timers.target