#!/bin/sh

systemctl start --user keybase.gui.service
exec electron /usr/share/keybase-app/ "$@"
