Enable systemd service to restart automatically

This commit is contained in:
Ruben Bosch 2019-06-24 20:12:06 +02:00
parent be3d7e3294
commit 7cacde27f3
No known key found for this signature in database
GPG Key ID: 50A7118A59880ACE

View File

@ -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]