aboutsummarylogtreecommitdiffstats
path: root/clashup.service
blob: 69f6710ca85903bd599992f07eca34316e9030b9 (plain)
1
2
3
4
5
6
7
8
9
[Unit]
Wants=network-online.target
After=network-online.target
Description=Update clash config file

[Service]
ExecStart=/usr/bin/clashup --update
ExecStopPost=/usr/bin/systemctl restart clash@root
Type=oneshot