void-packages/srcpkgs/dq/files/dqcache/run

5 lines
102 B
Bash

#!/bin/sh
exec 2>&1
[ -r ./conf ] && . ./conf
exec chpst -U _dqcache -e /etc/dqcache/env dqcache 2>&1