Enable systemd service to restart automatically

This commit is contained in:
Ruben Bosch 2019-06-24 20:13:26 +02:00
parent 446295ee82
commit 64ab5bc9b1
No known key found for this signature in database
GPG Key ID: 50A7118A59880ACE

View File

@ -7,6 +7,7 @@ User=<%= @user %>
Group=<%= @group %> Group=<%= @group %>
Type=simple Type=simple
ExecStart=/usr/bin/mono <%= @install_path %>/<%= @executable %> -nobrowser -data <%= @base_path %> ExecStart=/usr/bin/mono <%= @install_path %>/<%= @executable %> -nobrowser -data <%= @base_path %>
Restart=always
TimeoutStopSec=20 TimeoutStopSec=20
[Install] [Install]