mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 07:27:43 +00:00
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>
This commit is contained in:
parent
a126ed3122
commit
bc395dd0b5
@ -3,6 +3,7 @@ Description=VideoCore file server daemon
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/usr/sbin/vcfiled --foreground
|
ExecStart=/usr/sbin/vcfiled --foreground
|
||||||
|
Restart=always
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
Loading…
x
Reference in New Issue
Block a user