| 123456789101112131415161718 | 
							- [Unit]
 
- Description=sing-box service
 
- Documentation=https://sing-box.sagernet.org
 
- After=network.target nss-lookup.target network-online.target
 
- [Service]
 
- User=sing-box
 
- StateDirectory=sing-box
 
- CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_RAW CAP_NET_BIND_SERVICE CAP_SYS_PTRACE CAP_DAC_READ_SEARCH
 
- AmbientCapabilities=CAP_NET_ADMIN CAP_NET_RAW CAP_NET_BIND_SERVICE CAP_SYS_PTRACE CAP_DAC_READ_SEARCH
 
- ExecStart=/usr/bin/sing-box -D /var/lib/sing-box -C /etc/sing-box run
 
- ExecReload=/bin/kill -HUP $MAINPID
 
- Restart=on-failure
 
- RestartSec=10s
 
- LimitNOFILE=infinity
 
- [Install]
 
- WantedBy=multi-user.target
 
 
  |