1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-27 22:36:12 -04:00

remove unnecessary ExecStop as systemd does it automatically

This commit is contained in:
v2ray 2016-03-08 15:45:09 +01:00
parent bd94b8254a
commit 185c4e6eae

View File

@ -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]