Comment 35 for bug 29760

Revision history for this message
David Gillies (daggillies) wrote :

I put Daniel Carrera's solution to work with a simple bash script:

#!/bin/bash

if [ ! -x /tmp/.esd ]; then
mkdir -p /tmp/.esd
touch /tmp/.esd/socket
fi

I then call this from /etc/rc.local and via a cron job once a day.