Skip to main content

All Questions

Tagged with
4 votes
2 answers
2k views

OnCalendar systemd timer unit still executes at boot, how to stop it?

I have the following unit enabled and started [Unit] Description=Schedule a nightly execution at 03.15 for Backup ROOT # Allow manual start RefuseManualStart=no # Allow manual stop RefuseManualStop=no ...
Boris Hamanov's user avatar
1 vote
1 answer
225 views

How systemd timer work?

I have myscript.service and I want this service to start every hour. So I wrote myscript.timer Description=My script timer [Timer] OnCalendar=hourly ;OnCalendar=*-*-* 0/2:00:00 [Install] WantedBy=...
Inspector Due's user avatar
0 votes
1 answer
2k views

Systemd timer and mount not found

I'm trying to set up a systemd time that runs every 4 hours. When the timer fires a script is run to update some data files. I followed systemd timer every 2 hours at 30 minutes past the hour? and ...
user avatar