FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 7c6cca20 authored by James Nairn's avatar James Nairn
Browse files

Amended .timer file

Added WantedBy section to enable timer after boot as per https://www.freedesktop.org/software/systemd/man/systemd.special.html:

"A special target unit that sets up all timer units (see systemd.timer(5) for details) that shall be active after boot."
parent 408e3890
No related branches found
No related tags found
1 merge request!6Testing
......@@ -2,4 +2,7 @@
Description=Run canto_weekly.service Monday morning at 1am.
[Timer]
OnCalendar=Mon 01:00:00
\ No newline at end of file
OnCalendar=Mon 01:00:00
[Install]
WantedBy=timers.target
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment