summarylogtreecommitdiffstats
path: root/bazarr.install
diff options
context:
space:
mode:
Diffstat (limited to 'bazarr.install')
-rw-r--r--bazarr.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/bazarr.install b/bazarr.install
new file mode 100644
index 000000000000..12f906276c07
--- /dev/null
+++ b/bazarr.install
@@ -0,0 +1,12 @@
+#!/bin/sh
+
+post_install() {
+ echo " Create a file named conf"
+ echo " in /etc/runit/sv/bazarr"
+ echo " with `GROUPS=":group1:group2:etc"`"
+ echo " to allow bazarr to modify sonarr, radarr, and torrent files."
+}
+
+post_upgrade() {
+ post_install
+}