mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-26 13:45:17 +02:00
3 lines
92 B
Bash
3 lines
92 B
Bash
#!/bin/sh
|
|
[ -r ./conf ] && . ./conf
|
|
exec chpst -U _dqcache -e /etc/dqcache/env dqcache 2>&1
|