mirror of https://github.com/v2ray/v2ray-core
remove unnecessary ExecStop as systemd does it automatically
parent
bd94b8254a
commit
185c4e6eae
|
@ -7,7 +7,6 @@ Wants=network.target
|
|||
Type=simple
|
||||
PIDFile=/var/run/v2ray.pid
|
||||
ExecStart=/usr/bin/v2ray/v2ray -config /etc/v2ray/config.json
|
||||
ExecStop=kill $(cat /var/run/v2ray.pid)
|
||||
Restart=on-abnormal
|
||||
|
||||
[Install]
|
||||
|
|
Loading…
Reference in New Issue