Re: Show Your Screenshots Here
Reply #138 –
@nous We discussed of this on the Telegram group, but basically Dinit can be instructed to start at user login:
dinit --user --services-dir $HOME/.config/dinit.d​
Of course it will look for a boot service, so I provide just that:
type = scripted
waits-for.d = /home/naomi/.config/dinit.d/boot.d
command = /usr/bin/true
And then I symlink my other user services into the boot.d folder and that's it really