Skip to content

Commit b49c6a2

Browse files
committed
Fixed multiple restarts of the daemon
1 parent fb287d2 commit b49c6a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

services/tideways.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ priority=10
66
command=/opt/docker/bin/service.d/tideways.sh
77
process_name=%(program_name)s
88
startsecs=0
9-
startretries=3
9+
startretries=0
1010
autostart=true
11-
autorestart=true
11+
autorestart=false
1212
stdout_logfile=/dev/stdout
1313
stdout_logfile_maxbytes=0
1414
stderr_logfile=/dev/stderr

0 commit comments

Comments
 (0)