summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-07-14 15:54:27 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-07-14 15:54:27 +0200
commitbc395dd0b5b2fd9852b937a4ee54b6d8caff6812 (patch)
tree56f5a7bd4498a6f7c5b66e8f63c98e5d434db961 /package
parenta126ed3122cd9ad6dc655181d6f58e99020a7817 (diff)
downloadbuildroot-bc395dd0b5b2fd9852b937a4ee54b6d8caff6812.tar.gz
buildroot-bc395dd0b5b2fd9852b937a4ee54b6d8caff6812.zip
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>
Diffstat (limited to 'package')
-rw-r--r--package/rpi-userland/vcfiled.service1
1 files changed, 1 insertions, 0 deletions
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
OpenPOWER on IntegriCloud