Working version

This commit contains a working version of this Puppet implementation of
Sonarr.
This commit is contained in:
Ruben Bosch
2019-06-19 21:44:13 +02:00
parent 1986730af1
commit b9a617cf25
5 changed files with 166 additions and 70 deletions
+13
View File
@@ -0,0 +1,13 @@
[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