Selaa lähdekoodia

remove unnecessary ExecStop as systemd does it automatically

v2ray 9 vuotta sitten
vanhempi
commit
185c4e6eae
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  1. 0 1
      release/config/systemd/v2ray.service

+ 0 - 1
release/config/systemd/v2ray.service

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