systemd
Create a systemd timer
You might want/need to create a systemd timer. Systemd timers are pretty much what they sound like - they execute things at specified times - similar to (and an alternative to) cron jobs. Below we're cover creating a simple systemd timer at the system level. Guide We