mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-02-28 05:02:59 +00:00
11 lines
199 B
SYSTEMD
11 lines
199 B
SYSTEMD
|
|
[Unit]
|
||
|
|
Description=x-ui update all geofiles service
|
||
|
|
After=network.target
|
||
|
|
Wants=network.target
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
Type=oneshot
|
||
|
|
ExecStart=/usr/bin/x-ui update-all-geofiles
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=multi-user.target
|