* make the citadel run directory world readable, its just our unix domain sockets...
[citadel.git] / citadel / debian / citadel.init
index b61bec3ccd3e198c4577fb7534f0287f8278ca55..2e7364e3dc7161e53136d3d1ce8b891a0af186e7 100644 (file)
@@ -53,6 +53,7 @@ do_start()
         # for ubuntu: check our volatile dirs.
         if test ! -d $RUNDIR; then
            mkdir -p $RUNDIR
+           chmod go+rx $RUNDIR
        fi
        # Return
        #   0 if daemon has been started