aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorhellekin <hellekin@cepheide.org>2020-10-06 15:15:10 +0200
committerhellekin <hellekin@cepheide.org>2020-10-06 15:15:10 +0200
commit34ee674c79fb1e3d9b89c66df483b48e8a507f4f (patch)
tree296c7003c2c9aafe8effb458aaad757fcca0f80f /config
parentef3985b22cbc5b0185d83ca10b7ec8663e6fb65b (diff)
downloadincommon-map-34ee674c79fb1e3d9b89c66df483b48e8a507f4f.tar.gz
Add better integration with systemd
Diffstat (limited to 'config')
-rw-r--r--config/puma.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/puma.rb b/config/puma.rb
index b31c6d3..41e7344 100644
--- a/config/puma.rb
+++ b/config/puma.rb
@@ -53,3 +53,5 @@ preload_app!
# Allow puma to be restarted by `rails restart` command.
plugin :tmp_restart
+# Better integration with systemd
+plugin :systemd