- Fix service command: "run" is required in v2ray 5.x OBS-URL: https://build.opensuse.org/request/show/1056175 OBS-URL: https://build.opensuse.org/package/show/server:proxy/v2ray-core?expand=0&rev=37
31 lines
829 B
Desktop File
31 lines
829 B
Desktop File
[Unit]
|
|
Description=V2Ray Service
|
|
Documentation=https://www.v2fly.org/
|
|
After=network.target nss-lookup.target
|
|
|
|
[Service]
|
|
# added automatically, for details please see
|
|
# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
|
|
ProtectSystem=full
|
|
ProtectHome=true
|
|
PrivateDevices=true
|
|
ProtectHostname=true
|
|
ProtectClock=true
|
|
ProtectKernelTunables=true
|
|
ProtectKernelModules=true
|
|
ProtectKernelLogs=true
|
|
ProtectControlGroups=true
|
|
RestrictRealtime=true
|
|
# end of automatic additions
|
|
User=nobody
|
|
CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_BIND_SERVICE
|
|
AmbientCapabilities=CAP_NET_ADMIN CAP_NET_BIND_SERVICE
|
|
NoNewPrivileges=true
|
|
Environment=V2RAY_LOCATION_ASSET=/usr/share/v2ray
|
|
ExecStart=/usr/bin/v2ray run -config /etc/v2ray/%i.json
|
|
Restart=on-failure
|
|
RestartPreventExitStatus=23
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|