forked from Krautspace/webseite-krautspace
10 lines
199 B
SYSTEMD
10 lines
199 B
SYSTEMD
|
[Unit]
|
||
|
Description=timer for automatic refresh of calendar export
|
||
|
|
||
|
[Timer]
|
||
|
# execute at the second minute of every hour, and repeat every 5 minutes
|
||
|
OnCalendar=*:2/5
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=timers.target
|