mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-02-28 05:02:59 +00:00
15 lines
249 B
SYSTEMD
15 lines
249 B
SYSTEMD
|
|
[Unit]
|
||
|
|
Description=x-ui update all geofiles timer
|
||
|
|
|
||
|
|
[Timer]
|
||
|
|
AccuracySec=5min
|
||
|
|
OnBootSec=5min
|
||
|
|
OnCalendar=*-*-* 02,14:00:00 UTC
|
||
|
|
FixedRandomDelay=true
|
||
|
|
RandomizedDelaySec=10min
|
||
|
|
Persistent=true
|
||
|
|
|
||
|
|
Unit=x-ui-updategeo.service
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=timers.target
|