OSDN Git Service

3185148ce41da22f3b2ef36cb59ae70d05c6036b
[avyssos/void-66-services.git] / usr / share / 66 / service / fancontrol
1 [main]
2 @type = classic
3 @description = "fancontrol daemon"
4 @version = 0.0.2 
5 @user = ( root )
6
7 [start]
8 @build = custom
9 @shebang = "/bin/sh"
10 @execute = ( [ ! -e /etc/fancontrol ] && exit 1
11 exec fancontrol /etc/fancontrol 2>&1 )