hobbit-client

Matthew Green mat_the_green at yahoo.com
Wed Nov 5 20:15:24 UTC 2008


Hello,

I had to add the following to /etc/init.d/hobbit-client to be able to stop it correctly:

if [ ! -d "/var/run/hobbit/" ]; then
    mkdir -p /var/run/hobbit/
    chown hobbit:hobbit /var/run/hobbit
fi

after testing that daemon is running.

M


      




More information about the ubuntu-users mailing list