mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-03 02:12:18 +00:00
09e19a4115
* add: xray xray-nightly * xray-nightly: add nightly tag * add: v2ray-geoip v2ray-domain-list-community * Add deps * add services and xrays own geosite and geoip * fix pkg names * add: v2ray v2ray-nightly * add: v2raya v2raya-nightly * more available deps for v2raya * xray xray-nightly v2ray-geoip v2ray-domain-list-community v2ray v2ray-nightly v2raya v2raya-nightly: add versions to changelogs * v2raya v2raya-nightly: fix version * xray xray-nightly: remove unused files * v2raya-nightly: add -nightly to version * Update licenses * misc fixes * more fixes * funny * more * idk stuff * that's it * oa * a * pwd funny * don't strip debug * xray xray-nightly: add .sysuser and .tmpfiles files * Update xray-nightly.spec --------- Co-authored-by: madonuko <madonuko@outlook.com>
15 lines
334 B
Desktop File
15 lines
334 B
Desktop File
[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
|