mirror of
https://github.com/LowderPlay/cheburcheck.git
synced 2026-09-26 16:27:56 +03:00
* feat: autoupdate * chore: bump version * feat: publish installer * fix: standalone builds * ci: release docs * fix: windows icmp socket * docs: windows notice * docs: remove line breaks
12 lines
178 B
SYSTEMD
12 lines
178 B
SYSTEMD
[Unit]
|
|
Description=Periodically check for Cheburprobe updates
|
|
|
|
[Timer]
|
|
OnBootSec=15min
|
|
OnUnitActiveSec=6h
|
|
RandomizedDelaySec=1h
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|