am looking for weeks to get my script running.
Just to learn it, I made a test, want to run skype at startup.
How does it work?
I wrote a script 'example'
Code:
Code:
#!/bin/sh
/usr/bin/skype
Placed it in /etc/init.d
did chmod +x example
did update-rc.d example defaults
I thought this would be enough?
I test it by typing /etc/init.d/./example,and it works, skype runs.
But it doesn't work when I restart my computer.
Thank you in advance for helping me!