mirror of
https://github.com/linux-msm/rmtfs.git
synced 2024-11-23 12:14:12 +08:00
dfb8f3ed1c
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>
13 lines
205 B
SYSTEMD
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
|