Browse code

Change restart Always to always

Change-Id: I1cb00cc012eda72ff50e958ba1fb04daeac69e26
Closes-bug: #1695822

gong yong sheng authored on 2017/06/05 15:02:28
Showing 1 changed files
... ...
@@ -1468,7 +1468,7 @@ function write_uwsgi_user_unit_file {
1468 1468
     iniset -sudo $unitfile "Service" "ExecStart" "$command"
1469 1469
     iniset -sudo $unitfile "Service" "Type" "notify"
1470 1470
     iniset -sudo $unitfile "Service" "KillSignal" "SIGQUIT"
1471
-    iniset -sudo $unitfile "Service" "Restart" "Always"
1471
+    iniset -sudo $unitfile "Service" "Restart" "always"
1472 1472
     iniset -sudo $unitfile "Service" "NotifyAccess" "all"
1473 1473
     iniset -sudo $unitfile "Service" "RestartForceExitStatus" "100"
1474 1474