Files
extra/toxcore/tox-bootstrapd.run
2025-06-22 20:39:04 -05:00

5 lines
214 B
Bash
Executable File

#!/bin/sh
[ -r conf ] && . ./conf
install -d -m0755 -o tox-bootstrapd -g tox-bootstrapd /run/tox-bootstrapd
exec chpst -U ${TOX_USER}:${TOX_GROUP} tox-bootstrapd --foreground --config /etc/tox-bootstrapd.conf 2>&1