1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/fab-manager_ynh.git synced 2024-09-03 18:36:16 +02:00
This commit is contained in:
Éric Gaspar 2023-11-23 12:19:32 +01:00 committed by Félix Piédallu
parent 1f0db5c45d
commit b70c40c212
3 changed files with 3 additions and 3 deletions

View file

@ -9,7 +9,7 @@ WorkingDirectory=__INSTALL_DIR__
Environment="__LD_PRELOAD__" Environment="__LD_PRELOAD__"
Environment="__YNH_RUBY_LOAD_PATH__" Environment="__YNH_RUBY_LOAD_PATH__"
Environment="RAILS_ENV=production" Environment="RAILS_ENV=production"
ExecStartPre=-/bin/bash -c 'rm -f __FINAL_PATH__/tmp/pids/server.pid' ExecStartPre=-/bin/bash -c 'rm -f __INSTALL_DIR__/tmp/pids/server.pid'
ExecStart=__INSTALL_DIR__/bin/bundle exec rails s puma -p __PORT__ -b 0.0.0.0 ExecStart=__INSTALL_DIR__/bin/bundle exec rails s puma -p __PORT__ -b 0.0.0.0
ExecReload=/bin/kill -SIGUSR1 $MAINPID ExecReload=/bin/kill -SIGUSR1 $MAINPID
TimeoutSec=15 TimeoutSec=15

View file

@ -4,7 +4,7 @@ id = "fab-manager"
name = "Fab-manager" name = "Fab-manager"
description.en = "Fab Lab management solution." description.en = "Fab Lab management solution."
version = "5.6.5~ynh1" version = "6.3.4~ynh1"
maintainers = [] maintainers = []

View file

@ -6,7 +6,7 @@
ruby_version="2.6.10" ruby_version="2.6.10"
nodejs_version="14" nodejs_version="18"
# Workaround for Mastodon on Bullseye # Workaround for Mastodon on Bullseye
# See https://github.com/mastodon/mastodon/issues/15751#issuecomment-873594463 # See https://github.com/mastodon/mastodon/issues/15751#issuecomment-873594463