Working version

This commit contains a working version of this Puppet implementation of
Radarr.
This commit is contained in:
Ruben Bosch
2019-06-20 20:46:32 +02:00
parent dd4bdc44e0
commit 0c582b3d8a
7 changed files with 263 additions and 0 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