diff options
author | hellekin <hellekin@cepheide.org> | 2020-10-06 15:15:10 +0200 |
---|---|---|
committer | hellekin <hellekin@cepheide.org> | 2020-10-06 15:15:10 +0200 |
commit | 34ee674c79fb1e3d9b89c66df483b48e8a507f4f (patch) | |
tree | 296c7003c2c9aafe8effb458aaad757fcca0f80f /config | |
parent | ef3985b22cbc5b0185d83ca10b7ec8663e6fb65b (diff) | |
download | incommon-map-34ee674c79fb1e3d9b89c66df483b48e8a507f4f.tar.gz |
Add better integration with systemd
Diffstat (limited to 'config')
-rw-r--r-- | config/puma.rb | 2 |
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 |