summaryrefslogtreecommitdiff
path: root/www-apps/sonarr/files/sonarr.init
blob: 2ca5082cfbc0fba895163c81b0e83fed24e12131 (plain)
1
2
3
4
5
6
7
8
#!/sbin/openrc-run

pidfile="/run/sonarr.pid"
command="mono"
command_args="/opt/sonarr/Sonarr.exe"
command_user="sonarr:sonarr"
command_background=true