summarylogtreecommitdiffstats
path: root/bazarr.install
blob: 5804430a2cb9c9d15b73cbac07a601b59fe716f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

post_install() {
    echo "        Create a file named conf"
    echo "        in /etc/runit/sv/bazarr"
    echo "        with GRPS=\":group1:group2:etc\""
    echo "        to allow bazarr to modify sonarr, radarr, and torrent files."
}

post_upgrade() {
    post_install
}