#!/bin/sh

uid=$(id -u)
# rm the socket on exit
rm /run/user/$uid/bus

