Add radarr package

This commit is contained in:
2019-05-10 18:18:54 -04:00
parent c37305864d
commit ee2c8b1604
5 changed files with 134 additions and 0 deletions

View File

@ -0,0 +1,14 @@
# Radarr service unit file
# {{ ansible_managed }}
[Unit]
Description = Radarr Movie download manager
After = network-online.target
[Service]
Type = simple
User = {{ radarr_user }}
ExecStart = /usr/bin/mono --debug {{ radarr_path }}/bin/Radarr/Radarr.exe -nobrowser
Restart = on-failure
[Install]
WantedBy = multi-user.target