From: Thomas Petazzoni Date: Tue, 14 Jul 2015 13:54:27 +0000 (+0200) Subject: rpi-userland: add Restart=always to vcfiled.service X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bc395dd0b5b2fd9852b937a4ee54b6d8caff6812;p=buildroot.git 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 --- diff --git a/package/rpi-userland/vcfiled.service b/package/rpi-userland/vcfiled.service index 2b8f1dccff..b09aa62774 100644 --- a/package/rpi-userland/vcfiled.service +++ b/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