5 lines
140 B
Plaintext
5 lines
140 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
[ -r ./conf ] && . ./conf
|
||
|
exec chpst -u _tox_bootstrapd tox-bootstrapd --foreground ${OPTS:-"--config=/etc/tox-bootstrapd.conf"}
|