4 lines
92 B
Plaintext
4 lines
92 B
Plaintext
|
#!/bin/sh
|
||
|
[ -r ./conf ] && . ./conf
|
||
|
exec chpst -U _dqcache -e /etc/dqcache/env dqcache 2>&1
|