mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-22 01:57:12 -05:00
remove unnecessary ExecStop as systemd does it automatically
This commit is contained in:
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
Block a user