diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-04-11 05:44:37 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-04-11 05:44:37 +0000 |
commit | aba52d5042d729b91e8345e88cea48980d6cfe95 (patch) | |
tree | d1bd8666e1afa21d88c92205bd8e4106b3bafde3 /scripts/debian/default/pd | |
parent | 5ee5e6584d82c1884d20845bbee04786640b51a7 (diff) |
properly working debian startup/shutdown script. Pd is now a daemon! We just need sysloggin...
svn path=/trunk/; revision=4875
Diffstat (limited to 'scripts/debian/default/pd')
-rw-r--r-- | scripts/debian/default/pd | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/debian/default/pd b/scripts/debian/default/pd new file mode 100644 index 00000000..d4801312 --- /dev/null +++ b/scripts/debian/default/pd @@ -0,0 +1,8 @@ +# this needs to be "yes" for it to start automatically +RUNPDDAEMON=yes + +# load your patches here +OPTIONS="-open /home/hans/cvs/pure-data/doc/tutorials/networking/chat-server.pd" + + + |