Skip to content

Commit 2b06b1a

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Change restart Always to always"
2 parents 580a506 + 07b3bc2 commit 2b06b1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

functions-common

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1468,7 +1468,7 @@ function write_uwsgi_user_unit_file {
14681468
iniset -sudo $unitfile "Service" "ExecStart" "$command"
14691469
iniset -sudo $unitfile "Service" "Type" "notify"
14701470
iniset -sudo $unitfile "Service" "KillSignal" "SIGQUIT"
1471-
iniset -sudo $unitfile "Service" "Restart" "Always"
1471+
iniset -sudo $unitfile "Service" "Restart" "always"
14721472
iniset -sudo $unitfile "Service" "NotifyAccess" "all"
14731473
iniset -sudo $unitfile "Service" "RestartForceExitStatus" "100"
14741474

0 commit comments

Comments
 (0)