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:
Aníbal Limón 2020-01-30 17:03:38 -06:00 committed by Bjorn Andersson
parent 29eb4a5b06
commit dfb8f3ed1c

View File

@ -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