فهرست منبع

rpi-userland: add Restart=always to vcfiled.service

As suggested by Maxime Hadjinlian, add Restart=always to
vcfiled.service so that this service gets restarted if it ever exits
for some reason.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thomas Petazzoni 10 سال پیش
والد
کامیت
bc395dd0b5
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      package/rpi-userland/vcfiled.service

+ 1 - 0
package/rpi-userland/vcfiled.service

@@ -3,6 +3,7 @@ Description=VideoCore file server daemon
 
 [Service]
 ExecStart=/usr/sbin/vcfiled --foreground
+Restart=always
 
 [Install]
 WantedBy=multi-user.target