remove unnecessary ExecStop as systemd does it automatically

pull/109/head
v2ray 2016-03-08 15:45:09 +01:00
parent bd94b8254a
commit 185c4e6eae
1 changed files with 0 additions and 1 deletions

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]