blob: 0d5e11b8aa582d2b4a5d3a719451a4e99a91ce71 (
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-extended is installed elsewhere, set the correct location
#DAEMON=/usr/bin/pd-extended
# 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
|