Hi folks,
i need some help with an init-script, that should be added to the startup-procedure at boot time. The name of the script is tksuite.ctl and it starts an extra-application on the server at boot-time (PBX-Manager). The script should (according to the man-file) be placed in /etc/rc.d/init.d and is called by
tksuitectl start
What i did was place a custom-template named S10tksuitectl (that calls the /etc/rd.d/init.d/tkstuitectl start) into /etc/e-smith/templates-custom/etc/rd.d/rc7.d and do a expand-template. Did not work.
Every time my server is rebooted, i have to start that script manually - ugly. How this is done?