mirror of
https://github.com/YunoHost-Apps/fab-manager_ynh.git
synced 2024-09-03 18:36:16 +02:00
Fix service puma call
This commit is contained in:
parent
f58e71b5f2
commit
1e1ba655fc
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ EnvironmentFile=__INSTALL_DIR__/.env
|
||||||
Environment="RAILS_ENV=production"
|
Environment="RAILS_ENV=production"
|
||||||
|
|
||||||
ExecStartPre=-rm -f __INSTALL_DIR__/tmp/pids/server.pid
|
ExecStartPre=-rm -f __INSTALL_DIR__/tmp/pids/server.pid
|
||||||
ExecStart=__INSTALL_DIR__/bin/bundle exec rails service -u puma -p __PORT__ -b 127.0.0.1
|
ExecStart=__INSTALL_DIR__/bin/bundle exec rails server -u puma -p __PORT__ -b 127.0.0.1
|
||||||
ExecReload=/bin/kill -SIGUSR1 $MAINPID
|
ExecReload=/bin/kill -SIGUSR1 $MAINPID
|
||||||
TimeoutSec=15
|
TimeoutSec=15
|
||||||
Restart=always
|
Restart=always
|
||||||
|
|
Loading…
Add table
Reference in a new issue