mirror of
https://github.com/edu4rdshl/linuxscripts.git
synced 2026-07-18 07:34:45 +00:00
9 lines
No EOL
138 B
SYSTEMD
9 lines
No EOL
138 B
SYSTEMD
[Unit]
|
|
Description=Timer for updating StevenBlack hosts daily.
|
|
|
|
[Timer]
|
|
OnBootSec=15s
|
|
OnUnitActiveSec=1d
|
|
|
|
[Install]
|
|
WantedBy=timers.target |