rmtfs/rmtfs.service.in
Aníbal Limón dfb8f3ed1c rmtfs.service.in: Add RestartSec to 1 sec intervals
Systemd has a default restart policy of 5 retries so wait
1 second in each retry because if is too fast will fail to
start properly.

Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
2020-01-30 22:09:44 -08:00

13 lines
205 B
SYSTEMD

[Unit]
Description=Qualcomm remotefs service
Requires=qrtr-ns.service
After=qrtr-ns.service
[Service]
ExecStart=RMTFS_PATH/rmtfs -r -P -s
Restart=always
RestartSec=1
[Install]
WantedBy=multi-user.target