rpi-userland: add Restart=always to vcfiled.service
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 14 Jul 2015 13:54:27 +0000 (15:54 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 14 Jul 2015 13:54:27 +0000 (15:54 +0200)
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>
package/rpi-userland/vcfiled.service

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