void-packages/srcpkgs/TerraState/files/terrastate/run

10 lines
178 B
Plaintext
Raw Normal View History

2020-07-18 10:18:48 +02:00
#!/bin/sh
export TS_STORE=bitcask
export TS_BITCASK_PATH=/var/lib/terrastate/bitcask
[ -r ./conf ] && . ./conf
exec 2>&1
exec chpst -u _terrastate:_terrastate terrastate 2>&1