From 07b3bc24a3dc30cf4ec7ab2448128bf5a07fbfc0 Mon Sep 17 00:00:00 2001 From: gong yong sheng Date: Mon, 5 Jun 2017 14:02:28 +0800 Subject: [PATCH] Change restart Always to always Change-Id: I1cb00cc012eda72ff50e958ba1fb04daeac69e26 Closes-bug: #1695822 --- functions-common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions-common b/functions-common index 30933ea4c2..26d1c28cac 100644 --- a/functions-common +++ b/functions-common @@ -1468,7 +1468,7 @@ function write_uwsgi_user_unit_file { iniset -sudo $unitfile "Service" "ExecStart" "$command" iniset -sudo $unitfile "Service" "Type" "notify" iniset -sudo $unitfile "Service" "KillSignal" "SIGQUIT" - iniset -sudo $unitfile "Service" "Restart" "Always" + iniset -sudo $unitfile "Service" "Restart" "always" iniset -sudo $unitfile "Service" "NotifyAccess" "all" iniset -sudo $unitfile "Service" "RestartForceExitStatus" "100"