Comment 11 for bug 282735

Revision history for this message
xrayA4T (xraya4t) wrote :

I start up syndaemon from Startup Programs (Sessions) and noticed that syndaemon does not crash if I log out and log back in. I then changed it to delay 30s before starting up and it has not crashed. I attempted to do this by : sleep 30 && syndaemon -d -t -i 2 but syndaemon was not runnign after a login so I created a script and run that script on startup:
#!/bin/sh
sleep 30
syndaemon -t -d -i 2

Will update if it crashes again.