From c83b2bf0502da0f10b886dd951e0cb652a1d5223 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Mon, 23 May 2022 19:46:29 +0200 Subject: [PATCH] Typo --- conf/fab-manager-app.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/fab-manager-app.service b/conf/fab-manager-app.service index d7e7ab0..faec88f 100644 --- a/conf/fab-manager-app.service +++ b/conf/fab-manager-app.service @@ -9,7 +9,7 @@ WorkingDirectory=__FINALPATH__ Environment="__LD_PRELOAD__" Environment="__YNH_RUBY_LOAD_PATH__" Environment="RAILS_ENV=production" -ExecStartPre=-/bin/bash -c 'rm -f __FINAL_PARH__/tmp/pids/server.pid' +ExecStartPre=-/bin/bash -c 'rm -f __FINAL_PATH__/tmp/pids/server.pid' ExecStart=__FINALPATH__/bin/bundle exec rails s puma -p __PORT__ -b 0.0.0.0 ExecReload=/bin/kill -SIGUSR1 $MAINPID TimeoutSec=15