summarylogtreecommitdiffstats
path: root/clash-meta.service
diff options
context:
space:
mode:
Diffstat (limited to 'clash-meta.service')
-rw-r--r--clash-meta.service18
1 files changed, 0 insertions, 18 deletions
diff --git a/clash-meta.service b/clash-meta.service
deleted file mode 100644
index 5e7b826a9f04..000000000000
--- a/clash-meta.service
+++ /dev/null
@@ -1,18 +0,0 @@
-[Unit]
-Description=Clash-Meta Daemon, Another Clash Kernel.
-After=network.target NetworkManager.service systemd-networkd.service iwd.service
-
-[Service]
-Type=simple
-User=clash-meta
-Group=clash-meta
-LimitNPROC=500
-LimitNOFILE=1000000
-CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_RAW CAP_NET_BIND_SERVICE
-AmbientCapabilities=CAP_NET_ADMIN CAP_NET_RAW CAP_NET_BIND_SERVICE
-Restart=always
-RestartSec=5
-ExecStart=/usr/bin/clash-meta -d /etc/clash-meta
-
-[Install]
-WantedBy=multi-user.target