mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-23 10:37:09 -05:00
23 lines
733 B
Desktop File
23 lines
733 B
Desktop File
[Unit]
|
|
Description=V2Ray Service
|
|
After=network.target
|
|
Wants=network.target
|
|
|
|
[Service]
|
|
# This service runs as root. You may consider to run it as another use for security concerns.
|
|
# By uncommenting the following two lines, this service will run as user v2ray/v2ray.
|
|
# More discussion at https://github.com/v2ray/v2ray-core/issues/1011
|
|
# User=v2ray
|
|
# Group=v2ray
|
|
Type=simple
|
|
PIDFile=/var/run/v2ray.pid
|
|
ExecStart=/usr/bin/v2ray/v2ray -config /etc/v2ray/config.json
|
|
Restart=on-failure
|
|
# Don't restart in the case of configuration error
|
|
RestartPreventExitStatus=23
|
|
# After unexpected exit, upload latest V2Ray log to official log service for future analysis.
|
|
# ExecStopPost=/usr/bin/v2ray/upload.sh
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|