2022-08-12 14:53:46 +00:00
|
|
|
[Unit]
|
|
|
|
Description=sing-box service
|
|
|
|
Documentation=https://sing-box.sagernet.org
|
|
|
|
After=network.target nss-lookup.target
|
|
|
|
|
|
|
|
[Service]
|
2022-11-28 09:46:30 +00:00
|
|
|
WorkingDirectory=/var/lib/sing-box
|
2023-02-09 05:30:43 +00:00
|
|
|
CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_BIND_SERVICE CAP_SYS_PTRACE CAP_DAC_READ_SEARCH
|
|
|
|
AmbientCapabilities=CAP_NET_ADMIN CAP_NET_BIND_SERVICE CAP_SYS_PTRACE CAP_DAC_READ_SEARCH
|
2022-08-12 14:53:46 +00:00
|
|
|
ExecStart=/usr/bin/sing-box run -c /etc/sing-box/config.json
|
|
|
|
Restart=on-failure
|
|
|
|
RestartSec=10s
|
|
|
|
LimitNOFILE=infinity
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|