Skip to content

Commit

Permalink
set default start / stop timeout to 120 seconds (systemd)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirianni committed Aug 21, 2021
1 parent 47e0a8b commit b02a684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/unix-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -934,7 +934,7 @@ Environment=PATH=/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
WorkingDirectory=$agent_home
ExecStart=$agent_binary --log_file $agent_log --database $agent_database
SuccessExitStatus=143
TimeoutSec=0
TimeoutSec=120
StandardOutput=null
Restart=on-failure
RestartSec=5s
Expand Down

0 comments on commit b02a684

Please sign in to comment.