Mikael, that shouldn't be a problem ... if the script is written in Perl or Python. You can use the commands fork (Perl) or rfork (Python). You can find valuable rescource about starting / forking Pythonscripts into deamonmode at http://starship.python.net/crew/jjkunce/ . Pay attention to daemonize.py. --Joerg -----Urspr�ngliche Nachricht----- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Gesendet: Sonntag, 15. April 2001 16:22 An: [EMAIL PROTECTED] Betreff: [FW1] Unix script... Hi all... I know this isn't the right place to ask this but I hope someone can help me.... I kneed to get a script to run on a Sun Solaris when I'm not logged in. There's no problem to get it to run when I'm logged in but as soon as I log out the script is terminated... I have created a link in the rc3.d library, but there's no differece between running that link or running the script (as I hoped...) I guess that will only work if I reboot the machine but I don't wanna do that... So if you have any ideas... Regards Mikael Johnsson ============================================================================ ==== To unsubscribe from this mailing list, please see the instructions at http://www.checkpoint.com/services/mailing.html ============================================================================ ==== ================================================================================ To unsubscribe from this mailing list, please see the instructions at http://www.checkpoint.com/services/mailing.html ================================================================================
