5 lines
214 B
Bash
Executable File
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
|