1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-14 07:58:16 -04:00
v2fly/tools/release/config/systemd/v2ray.service

14 lines
245 B
SYSTEMD
Raw Normal View History

2016-01-12 17:35:45 -05:00
[Unit]
Description=V2Ray Service
After=network.target
Wants=network.target
[Service]
2016-01-13 05:13:37 -05:00
Type=simple
2016-01-12 17:35:45 -05:00
PIDFile=/var/run/v2ray.pid
2016-01-13 05:13:37 -05:00
ExecStart=/usr/bin/v2ray/v2ray -config /etc/v2ray/config.json
2016-02-17 18:15:16 -05:00
Restart=on-abnormal
2016-01-12 17:35:45 -05:00
[Install]
WantedBy=multi-user.target