May someone can help me out. I want to use a script everytime my machine boots up. Execute before even the splash screen pops up. As I am the single user, I could set it as root in the crontab /etc/crontab following the handbook, so it would act for each other user. If I do so, do I set it as a executable shell-script or as a command?
e.g.
for root or
thanks in advance
e.g.
Code:
/etc/crontab * * * * * @reboot myscript.sh
Code:
/usr/home/name/bin/ * * * * * @reboot my sequence of commands
thanks in advance