mirror of
https://github.com/YunoHost-Apps/scrutiny_ynh.git
synced 2024-09-03 20:16:24 +02:00
12 lines
164 B
SYSTEMD
12 lines
164 B
SYSTEMD
|
[Unit]
|
||
|
Description=Scrutiny Collector timer
|
||
|
|
||
|
[Timer]
|
||
|
OnCalendar=daily
|
||
|
OnStartupSec=60min
|
||
|
RandomizedDelaySec=60min
|
||
|
Persistent=true
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=timers.target
|