summarylogtreecommitdiffstats
path: root/clash-meta.service
blob: dbb5d05c49d99f0da87212fb5ff574a38a5d4b54 (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-meta -d /etc/clash-meta

[Install]
WantedBy=default.target