On 19/08/15 22:26, Iain Lane wrote: > touch: cannot touch '/run/dbus/dont-reload': No such file or directory
Thanks, I'll fix this in my next upload (probably 1.10.0-1). If you need a solution immediately, I think the easiest is elif [ -d /run/dbus ]; then touch /run/dbus/dont-reload since that directory has to exist if the system dbus-daemon is running. S