diff --git a/shell/1-UpdateClient.sh b/shell/0-UpdateClient.sh similarity index 100% rename from shell/1-UpdateClient.sh rename to shell/0-UpdateClient.sh diff --git a/shell/0-CheckSystem.sh b/shell/1-CheckSystem.sh similarity index 100% rename from shell/0-CheckSystem.sh rename to shell/1-CheckSystem.sh diff --git a/shell/2-InstallService.sh b/shell/2-InstallService.sh index 186f41d..5965e2e 100755 --- a/shell/2-InstallService.sh +++ b/shell/2-InstallService.sh @@ -9,6 +9,7 @@ echo '[Unit] Description=Запуск '$ServiceName' [Service] +WorkingDirectory='$PWD' ExecStart='$PWD'/shell/Gunicorn.sh User='$USER' Group='$USER'