mirror of
https://github.com/hectorm/hblock.git
synced 2026-04-23 07:26:33 +05:30
13 lines
226 B
SYSTEMD
13 lines
226 B
SYSTEMD
[Unit]
|
|
Description=hBlock
|
|
Wants=network-online.target
|
|
After=network.target network-online.target
|
|
|
|
[Timer]
|
|
OnCalendar=*-*-* 00:00:00
|
|
RandomizedDelaySec=3600
|
|
Persistent=true
|
|
Unit=hblock.service
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|