The installer isn't connected to the startup script - I think the mechanism for that is still TBD. If the startup script was hosted, say, on your site, then the installer script could fetch it.
To make it run at boot, use the the pCP web interface - go to the 'Tweaks' tab and scroll to the bottom. You can add up to three 'User commands'. They're executed in order. I have the startup script in there with the command argument of 10 (to give a 10s wait during boot). As a general point, note that commands called from 'User commands' are executed by the 'root' user. You need to keep this in mind if your scripts assume anything in the default user's path, and if your script creates output, since it will be owned by 'root'. ------------------------------------------------------------------------ chill's Profile: http://forums.slimdevices.com/member.php?userid=10839 View this thread: http://forums.slimdevices.com/showthread.php?t=111016 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
