mirror of https://github.com/v2ray/v2ray-core
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
596 B
21 lines
596 B
[Unit]
|
|
Description=V2Ray Service
|
|
After=network.target
|
|
Wants=network.target
|
|
|
|
[Service]
|
|
# This service runs as root. You may consider to run it as another user 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=/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
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|