فهرست منبع

restart the service on core dump

v2ray 9 سال پیش
والد
کامیت
5602f6dca5
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      release/config/systemd/v2ray.service

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

@@ -8,6 +8,7 @@ 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]
 WantedBy=multi-user.target