summarylogtreecommitdiffstats
path: root/clash_user.service
diff options
context:
space:
mode:
Diffstat (limited to 'clash_user.service')
-rw-r--r--clash_user.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/clash_user.service b/clash_user.service
new file mode 100644
index 000000000000..c235f604c4be
--- /dev/null
+++ b/clash_user.service
@@ -0,0 +1,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 \ No newline at end of file