puppet-sonarr/templates/systemd.erb
Ruben Bosch b9a617cf25
Working version
This commit contains a working version of this Puppet implementation of
Sonarr.
2019-06-19 22:01:06 +02:00

14 lines
298 B
Plaintext

[Unit]
Description=<%= @service_name %> Daemon
After=syslog.target network.target
[Service]
User=<%= @user %>
Group=<%= @group %>
Type=simple
ExecStart=/usr/bin/mono <%= @install_path %>/<%= @executable %> -nobrowser -data <%= @base_path %>
TimeoutStopSec=20
[Install]
WantedBy=multi-user.target