summarylogtreecommitdiffstats
path: root/clash.service
blob: 1574eb21bc5bd8809664bf0f3798ca9aef685604 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=ClashT daemon, A rule-based proxy in Go.
After=network-online.target

[Service]
Type=simple
Restart=always
ExecStart=/usr/bin/clash -d /etc/clash

[Install]
WantedBy=multi-user.target