void-packages/srcpkgs/cachefilesd/files/cachefilesd/run

5 lines
119 B
Bash
Executable File

#!/bin/sh
[ -r conf ] && . ./conf
modprobe cachefiles || exit 1
exec cachefilesd -n ${OPTS:= -f /etc/cachefilesd.conf}