Public bug report changed: https://launchpad.net/malone/bugs/28921 Comment: I opened a bug for this on the debian BTS. The init script should also correctly set the ownership on the directory: if [ ! -d /var/run/bacula ]; then mkdir -p -m 0755 /var/run/bacula chown bacula:daemon /var/run/bacula fi