Enable systemd service to restart automatically
This commit is contained in:
parent
be3d7e3294
commit
7cacde27f3
@ -7,6 +7,7 @@ User=<%= @user %>
|
||||
Group=<%= @group %>
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/mono <%= @install_path %>/<%= @executable %> -nobrowser -data <%= @base_path %>
|
||||
Restart=always
|
||||
|
||||
TimeoutStopSec=20
|
||||
[Install]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user