Reply To: startup – I throw out a softball

Forum › Forums › New users › New Users and General Questions › startup – I throw out a softball › Reply To: startup – I throw out a softball

#7502
caprea
Moderator

    Possibly they are starting to early

    You can influence this with the sleep command

    which sleep
    

    Could maybe look like this
    (/bin/sleep 60s && /usr/bin/tightvncserver &)

    That are 60 seconds.I’m not sure about the brackets, so this is without warranty.