On 1/28/20 11:56 AM, Javier via artix-general wrote:
> Hello,
>
> I found keybase being pretty tight to systemd, even though it's to start on user login, which doesn't make much sense to me, but that's the way it is... I'm wondering if any of you guys are using it on artix, and how. I would guess you include in ~/.bash_profile or ~/.profile a call for keybase, like:
>
> keybase ctl start | kebase service
> fusermount -uz "$(keybase config get -d -b mountdir)"
> kbfsfuse -debug -log-to-file
> KEYBASE_AUTOSTART=1 electron /usr/share/keybase-app (this on a WM or DE)
>
> Is that right?
>
> Thanks !
>
I only looked at the program briefly, but it looks like it's a daemon to
me and there's not any particular systemd dependencies or anything. On
arch, it looks like it just comes with a systemd service file. For
Artix, the proper way to do it would be to add it a service script (AKA
an additional *-openrc/*-runit/*-s6 package). You could workaround it by
just running it manually though.
More information about the artix-general
mailing list