Files
dotfiles/.config/systemd/user/background-rotate.timer
Tristaan f21bbe6edb Cleanup dotfiles, fixed permissions
Also updated i3 config
2021-01-19 17:19:26 +01:00

14 lines
384 B
SYSTEMD

[Unit]
Description=Run my job every week
RefuseManualStart=no
RefuseManualStop=no
[Timer]
Persistent=true
#when it is true systemd stores when the timer was last run and when the machine boots up after a long time, it will automatically catch up onto this timer if it should have run in the meantime
OnCalendar=weekly
Unit=background-rotate.service
[Install]
WantedBy=timers.target