diff options
Diffstat (limited to 'scripts/debian/default')
-rw-r--r-- | scripts/debian/default/pd | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/scripts/debian/default/pd b/scripts/debian/default/pd index d4801312..b6317dce 100644 --- a/scripts/debian/default/pd +++ b/scripts/debian/default/pd @@ -1,8 +1,9 @@ # this needs to be "yes" for it to start automatically -RUNPDDAEMON=yes +#RUNPDDAEMON=yes # load your patches here -OPTIONS="-open /home/hans/cvs/pure-data/doc/tutorials/networking/chat-server.pd" - +#OPTIONS="-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 |