9 lines
193 B
Plaintext
9 lines
193 B
Plaintext
|
#The Name of the daemon process' PID-file
|
||
|
PIDFILE="/var/run/pyload.pid"
|
||
|
|
||
|
#Preset working directory for pyload
|
||
|
CONFIGDIR="/var/lib/pyload"
|
||
|
#Additional daemon options you want to use
|
||
|
OPTIONS=""
|
||
|
|