We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 580a506 + 07b3bc2 commit 2b06b1aCopy full SHA for 2b06b1a
1 file changed
functions-common
@@ -1468,7 +1468,7 @@ function write_uwsgi_user_unit_file {
1468
iniset -sudo $unitfile "Service" "ExecStart" "$command"
1469
iniset -sudo $unitfile "Service" "Type" "notify"
1470
iniset -sudo $unitfile "Service" "KillSignal" "SIGQUIT"
1471
- iniset -sudo $unitfile "Service" "Restart" "Always"
+ iniset -sudo $unitfile "Service" "Restart" "always"
1472
iniset -sudo $unitfile "Service" "NotifyAccess" "all"
1473
iniset -sudo $unitfile "Service" "RestartForceExitStatus" "100"
1474
0 commit comments