8
3
Fork 0

Merge branch 'bugfix/mastodon-web_service' of kosmos/chef into master

Dieser Commit ist enthalten in:
gregkare 2019-10-16 10:34:29 +00:00 committet von Gitea
Commit 1b2edb770e
2 geänderte Dateien mit 1 neuen und 3 gelöschten Zeilen

Datei anzeigen

@ -107,8 +107,7 @@
"tor-full::default",
"kosmos-base::letsencrypt",
"git::default",
"git::package",
"poise-git::default"
"git::package"
],
"platform": "ubuntu",
"platform_version": "18.04",

Datei anzeigen

@ -16,7 +16,6 @@ Environment="LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libjemalloc.so.1"
ExecStart=<%= @bundle_path %> exec puma -C config/puma.rb --pidfile <%= @app_dir %>/tmp/puma.pid
ExecStop=<%= @bundle_path %> exec puma -C config/puma.rb --pidfile <%= @app_dir %>/tmp/puma.pid stop
ExecReload=<%= @bundle_path %> exec pumactl -F config/puma.rb --pidfile <%= @app_dir %>/tmp/puma.pid phased-restart
ExecRestart=<%= @bundle_path %> exec pumactl -F config/puma.rb --pidfile <%= @app_dir %>/tmp/puma.pid restart
TimeoutSec=15
Restart=always