blob: 10be5a217ae23acbfccf18d3ff7665ef1410cdd9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# this needs to be "yes" for it to start automatically
#RUNPDDAEMON=yes
# if your Pd is installed elsewhere, set the correct location
#DAEMON=/usr/local/bin/pd
# load your patches here
#OPTIONS="-nogui -open /home/hans/cvs/pure-data/doc/tutorials/networking/chat-server.pd"
# if you want to use a different user. AVOID USING "root"! Pd is not secure!
#USER=nobody
|