SYNOPSYS

yeah, that should not be the case, but this box must reboot on a daily basis
that’s a good reason to learn how to use systemd timers.

DOCUMENTATION

Systemd Timer : freedesktop
Systemd Timer : Suse

PROCEDURE

/etc/systemd/system/sched-reboot.timer

1
2
3
4
5
6
7
8
9
[Unit]
Description=Daily Reboot

[Timer]
OnCalendar=*-*-* 01:00:00
Unit=reboot.target

[Install]
WantedBy=timers.target

1
journalctl -S today -u sched-reboot.timer