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