puppet-radarr/templates/systemd.erb
Ruben Bosch 0c582b3d8a
Working version
This commit contains a working version of this Puppet implementation of
Radarr.
2019-06-20 20:47:52 +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