mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-14 21:38:38 +00:00
12 lines
197 B
SYSTEMD
12 lines
197 B
SYSTEMD
[Unit]
|
||
Description=Hourly timer for share‑scanner
|
||
|
||
[Timer]
|
||
# delay 2min after boot, then every hour
|
||
OnBootSec=20min
|
||
OnUnitActiveSec=24h
|
||
Unit=scan_shares.service
|
||
|
||
[Install]
|
||
WantedBy=timers.target
|