12,297
edits
Line 69: | Line 69: | ||
exit 0 | exit 0 | ||
then Ctl-O to save and Ctl-X to quit the editor. | |||
To make the script executable, type: | |||
udo chmod 755 /etc/init.d/startPdPatch | |||
== Test and make persistent == | |||
this should start the Pd patch: | |||
sudo /etc/init.d/startPdPatch start | |||
Ctl-c to abort |