Skip to content

Commit

Permalink
Refs #24163 - shutdown with 1m delay so callback can return (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
dLobatog authored and ares committed Jul 19, 2018
1 parent aca8166 commit d54df94
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -23,5 +23,5 @@ model: JobTemplate
when 'restart'
'shutdown -r +1'
else
'shutdown -h now'
'shutdown -h +1'
end %>

0 comments on commit d54df94

Please sign in to comment.