You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The process monitoring capabilities of Finit could be beneficial in use-cases other than just PID 1. One such example use-case is http://supervisord.org/
Configuration in ~/.config/finit.conf, requiring use of finit_rcsd path
Optionally configuration via -f path/to/.conf
API socket in /run/user/$(id -u)/finit/socket
Resource file in /run/user/$(id -u)/finit/.initrc
Note, this requires something similar to pam_systemd(8) to notify Finit of users logging in.
The text was updated successfully, but these errors were encountered:
It is, not short-term though. There's quite a few things I'd like to refactor and add support for, and since much of it will break backwards compatibility, it has been added to the 5.0 milestone.
i will admit i have become quite interested in this excellent project of yours and it has filled a good chunk of my hobby time
purely for interest sake i would love if you could share any realistic development plans - to me it looks like the milestone issues you have cover other people's desires, not just yours... and since this appears to be at least partially a hobby for you too i don't expect those milestone issues too be something you work on
then again, maybe you just scratch itches as they come along and you don't have any hard plans or personal deadlines... in which case i will just enjoy new releases and features as they come 😄
The process monitoring capabilities of Finit could be beneficial in use-cases other than just PID 1. One such example use-case is http://supervisord.org/
~/.config/finit.conf
, requiring use offinit_rcsd path
-f path/to/.conf
/run/user/$(id -u)/finit/socket
/run/user/$(id -u)/finit/.initrc
Note, this requires something similar to pam_systemd(8) to notify Finit of users logging in.
The text was updated successfully, but these errors were encountered: