summarylogtreecommitdiffstats
path: root/xray@.service
blob: a024fb1a9fca50346b8ecb161f8db0f1d5c96276 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Xray Service
After=network.target nss-lookup.target

[Service]
User=xray
CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_BIND_SERVICE
AmbientCapabilities=CAP_NET_ADMIN CAP_NET_BIND_SERVICE
NoNewPrivileges=true
ExecStart=/usr/bin/xray run -config /etc/xray/%i.json
Restart=on-abort

[Install]
WantedBy=multi-user.target