summarylogtreecommitdiffstats
path: root/xray@.service
diff options
context:
space:
mode:
authorAkinoKaede2021-05-04 13:38:31 +0800
committerAkinoKaede2021-05-04 13:38:31 +0800
commitdc4397ee53188d13a5147a3ab868e6b9b5bd86d7 (patch)
treeed88e45c10c78d5171a6d47d1cb547e9ba06d9a5 /xray@.service
parent838fba3c1994f1f962d0e70438f57b1ee0525613 (diff)
downloadaur-dc4397ee53188d13a5147a3ab868e6b9b5bd86d7.tar.gz
upgpkg: xray-git 1.4.2.r4.1e3d739-1
Diffstat (limited to 'xray@.service')
-rw-r--r--xray@.service7
1 files changed, 2 insertions, 5 deletions
diff --git a/xray@.service b/xray@.service
index c7563486d112..a024fb1a9fca 100644
--- a/xray@.service
+++ b/xray@.service
@@ -1,17 +1,14 @@
[Unit]
Description=Xray Service
-Documentation=https://github.com/xtls
After=network.target nss-lookup.target
[Service]
-User=nobody
+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-failure
-RestartPreventExitStatus=23
+Restart=on-abort
[Install]
WantedBy=multi-user.target
-