User dinit instance manager from chimera linux 01 January 2022, 12:59:41 Sorry if this post is kind of weird or in the wrong place, I'm new to artix & artix forums Just recently, I was searching around on google and came across this: https://github.com/chimera-linux/dinit-userservdIt's a dinit daemon from chimera linux that spawns managed user dinits for every user on login.I managed to get it to build on artix and just threw together a PKGBUILD for it (this is a pkgbuild that relies on being in the same source directory as the source, e.g. you git clone the entire repo, cd and makepkg -si, not one of the normal download ones)If you want to try it out (it may be buggy but it worked on my pc) you can git clone from this fork here with added PKGBUILD and meson.build changes: https://github.com/XynonWasTaken/dinit-userservdIt installs a dinit service so don't forget to start the dinit-userservd service too! Last Edit: 01 January 2022, 22:36:54 by XynonWasTaken 1 Likes
Re: User dinit instance manager from chimera linux Reply #1 – 01 January 2022, 23:35:27 I added some normal PKGBUILDs here: https://github.com/XynonWasTaken/dinit-userservd-PKGBUILDthese should be able to be used as normal PKGBUILDs, though I did write these off the top of my head without trying them so they might not actually work
Re: User dinit instance manager from chimera linux Reply #2 – 02 January 2022, 15:17:30 I guess you no longer need the @XynonWasTaken account, please login with it and request a deletion. 1 Likes
Re: User dinit instance manager from chimera linux Reply #3 – 02 January 2022, 21:32:51 Alright, done.
Re: User dinit instance manager from chimera linux Reply #4 – 04 July 2022, 21:53:58 Added a services repo: https://github.com/XynonWasTaken/dinit-userservd-servicesThese are services I use on my own computer. Currently the list is quite small (only working dbus and pipewire audio) and is also experimental, so contributions would be nice.As a side note, when I made this I was experimenting with Artix in a VM but currently running as the primary (and only) OS on my laptop.Also, I don't know if this is considered a necrobump so sorry in advance. This is my own post though?? 2 Likes
Re: User dinit instance manager from chimera linux Reply #5 – 05 July 2022, 01:03:31 Thank you! I use dinit on mate desktop. I may need these. Youre the tops!