path: pinball_0.3.20230219-3/extra/profile/pinball/etc/init.d/pinball
        export XDG_RUNTIME_DIR
        if [ ! -f "$PIDFILE" ]; then
            while ! pidof weston > /dev/null ; do
                sleep 1
                [ 0 -lt $attempts ] || break;
