void-packages/srcpkgs/toxcore/files/tox-bootstrapd/run

6 lines
150 B
Bash

#!/bin/sh
exec 2>&1
[ -r ./conf ] && . ./conf
exec chpst -u _tox_bootstrapd tox-bootstrapd --foreground ${OPTS:-"--config=/etc/tox-bootstrapd.conf"}