summarylogtreecommitdiffstats
path: root/clash_user.service
blob: c235f604c4be587b27c1f391dc7f9edbc8509b4f (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=A rule based proxy in Go.
After=network.target

[Service]
Type=exec
Restart=on-abort
ExecStart=/usr/bin/clash

[Install]
WantedBy=default.target