mirror of
https://github.com/linux-msm/rmtfs.git
synced 2024-11-23 12:14:12 +08:00
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>
This commit is contained in:
parent
29eb4a5b06
commit
dfb8f3ed1c
@ -6,6 +6,7 @@ After=qrtr-ns.service
|
||||
[Service]
|
||||
ExecStart=RMTFS_PATH/rmtfs -r -P -s
|
||||
Restart=always
|
||||
RestartSec=1
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
Loading…
Reference in New Issue
Block a user