Adding these lines to the go file seems to be working and no services complaining about dbus: #increase /run size /bin/mount -t tmpfs tmpfs /run -o remount,size=64M #start dbus /usr/bin/dbus-uuidgen --ensure /usr/bin/dbus-daemon --system #start elogind /etc/rc.d/rc.elogind start   Still don't think this is a great solution, ideally the size of /run should be increased at the first mount before any service starts.
    • Thanks
    1