Skip to content

Commit 07b3bc2

Browse files
author
gong yong sheng
committed
Change restart Always to always
Change-Id: I1cb00cc012eda72ff50e958ba1fb04daeac69e26 Closes-bug: #1695822
1 parent dc9ef55 commit 07b3bc2

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)