feat: add prowlarr module

- add media::prowlarr role
This commit is contained in:
2024-06-27 21:32:13 +10:00
parent 0b7f07692c
commit f2046efebe
8 changed files with 231 additions and 0 deletions
@@ -0,0 +1,14 @@
[Unit]
Description=<%= @service_name %> Daemon
After=syslog.target network.target
[Service]
User=<%= @user %>
Group=<%= @group %>
Type=simple
ExecStart=<%= @install_path %>/<%= @executable %> -nobrowser -data=<%= @base_path %>
KillMode=process
Restart=on-failure
TimeoutStopSec=20
[Install]
WantedBy=multi-user.target