OSDN Git Service

Merge pull request #137 from mobinmob/3proxy
[avyssos/void-66-services.git] / usr / share / 66 / service / cachefilesd
1 [main]
2 @type = classic
3 @version = 0.0.1
4 @description = "cachefiles daemon"
5 @user = ( root )
6
7 [start]
8 @execute = ( 
9         # -qab is used in the upstream service
10         if { modprobe -qab cachefiles }
11         execl-cmdline -s { cachefilesd -n ${cmd_args} } )
12 )
13         
14 [environment]
15 # -s is used in order to redirect logging output to stderr for the per-service logger.
16 # for more switches, see the cachefilesd(8) manual. 
17 cmd_args=!-s -f /etc/cachefilesd.conf