From 34ee674c79fb1e3d9b89c66df483b48e8a507f4f Mon Sep 17 00:00:00 2001 From: hellekin Date: Tue, 6 Oct 2020 15:15:10 +0200 Subject: Add better integration with systemd --- config/puma.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config') 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 -- cgit v1.2.3