summarylogtreecommitdiffstats
path: root/clash_user.service
diff options
context:
space:
mode:
authorAdi Prasetya2022-03-14 18:20:59 +0700
committerAdi Prasetya2022-03-14 18:20:59 +0700
commitb5263e8ce64316373574a31627b92d95284fc897 (patch)
treea4a971419985bb951751882a23321ea8fd7e0edd /clash_user.service
downloadaur-b5263e8ce64316373574a31627b92d95284fc897.tar.gz
init
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