puppet-radarr/templates/systemd.erb
2019-06-24 20:13:26 +02:00

15 lines
313 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 %>
Restart=always
TimeoutStopSec=20
[Install]
WantedBy=multi-user.target