mirror of
https://gitclone.com/github.com/MetaCubeX/Clash.Meta
synced 2024-11-14 21:31:16 +08:00
17 lines
592 B
SYSTEMD
17 lines
592 B
SYSTEMD
|
[Unit]
|
||
|
Description=mihomo Daemon, Another Clash Kernel.
|
||
|
After=network.target NetworkManager.service systemd-networkd.service iwd.service
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
LimitNPROC=500
|
||
|
LimitNOFILE=1000000
|
||
|
CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_RAW CAP_NET_BIND_SERVICE CAP_SYS_TIME CAP_SYS_PTRACE CAP_DAC_READ_SEARCH
|
||
|
AmbientCapabilities=CAP_NET_ADMIN CAP_NET_RAW CAP_NET_BIND_SERVICE CAP_SYS_TIME CAP_SYS_PTRACE CAP_DAC_READ_SEARCH
|
||
|
Restart=always
|
||
|
ExecStartPre=/usr/bin/sleep 2s
|
||
|
ExecStart=/usr/local/bin/mihomo -d /etc/mihomo
|
||
|
ExecReload=/bin/kill -HUP $MAINPID
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|