Skip to content

Commit

Permalink
Merge pull request #4866 from sdodson/timeoutstartsec-node
Browse files Browse the repository at this point in the history
Set TimeoutStartSec=300
  • Loading branch information
sdodson committed Jul 25, 2017
2 parents 14fbd4a + 46d9ba9 commit d1ee0ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions roles/openshift_node/templates/node.service.j2
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ WorkingDirectory=/var/lib/origin/
SyslogIdentifier={{ openshift.common.service_type }}-node
Restart=always
RestartSec=5s
TimeoutStartSec=300
OOMScoreAdjust=-999

[Install]
Expand Down
1 change: 1 addition & 0 deletions roles/openshift_node_upgrade/templates/node.service.j2
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ WorkingDirectory=/var/lib/origin/
SyslogIdentifier={{ openshift.common.service_type }}-node
Restart=always
RestartSec=5s
TimeoutStartSec=300
OOMScoreAdjust=-999

[Install]
Expand Down

0 comments on commit d1ee0ee

Please sign in to comment.