[teamd]: increase startsecs to 5 seconds for teamsyncd (#4083)
Updating the startsecs=5sec for teamsyncd to make the time for which the process needs to stay up before declaring the startup successfull.
This commit is contained in:
parent
97165a0d69
commit
c95d8e4d47
@ -36,6 +36,7 @@ stderr_logfile=syslog
|
|||||||
[program:teamsyncd]
|
[program:teamsyncd]
|
||||||
command=/usr/bin/teamsyncd
|
command=/usr/bin/teamsyncd
|
||||||
priority=3
|
priority=3
|
||||||
|
startsecs=5
|
||||||
autostart=false
|
autostart=false
|
||||||
autorestart=false
|
autorestart=false
|
||||||
stdout_logfile=syslog
|
stdout_logfile=syslog
|
||||||
|
Reference in New Issue
Block a user