# 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