16 lines
294 B
SYSTEMD
16 lines
294 B
SYSTEMD
[Unit]
|
|
Description=News Agent Daily Timer
|
|
Requires=news-agent.service
|
|
|
|
[Timer]
|
|
# Run daily at 07:00 Europe/Oslo time
|
|
OnCalendar=07:00
|
|
Persistent=true
|
|
|
|
# If system was off at trigger time, run on next boot
|
|
# but wait 5 minutes after system is up
|
|
OnBootSec=5min
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|