summarylogtreecommitdiffstats
path: root/bazarr.run
blob: b8990efdbd2ed0878e333bf8869ff6c1d32092fa (plain)
1
2
3
4
5
#!/bin/sh
# groups snippet from https://docs.voidlinux.org/config/services/user-services.html
groups="$(id -Gn bazarr | tr ' ' ':')"

exec chpst -u bazarr:$groups python /usr/lib/bazarr/bazarr.py --no-update --config /var/lib/bazarr 2>&1