mirror of
https://github.com/linux-msm/rmtfs.git
synced 2025-12-24 05:56:39 +01: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:
committed by
Bjorn Andersson
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
|
||||
|
||||
Reference in New Issue
Block a user