finit icon indicating copy to clipboard operation
finit copied to clipboard

Fast init for Linux. Cookies included

Results 29 finit issues
Sort by recently updated
recently updated
newest added

Hi, I downloaded finit / Dockerfile from article: https://troglobit.com/post/2022-01-16-finit-v4.2-released/ There were build problems I need to fix 1. #288 (and found typo in documentation #289) 2. Changes in Dockerfile Add...

Is it possible to pass a timeout via the /sbin/shutdown command so that finit will force a shutdown if shutdown has not been completed in a certain time? `/sbin/shutdown --reboot...

enhancement

I would like (for testing) to specify a different /etc/finit.conf file. Is it possible to pass a kernel param to specify what config file init uses?

enhancement

Hi, there is an error in build contrib alpine finit: https://github.com/troglobit/finit/blob/master/contrib/alpine/build.sh Missing `--with-sulogin` flag on line 21 / 22

I would like a way to know if a task is in ready state. Right now initctl -q will show errorcode for failure and 0 for anything else. I propose...

enhancement

Now that https://github.com/troglobit/finit-plugins exist we need to be able to look for plugins in other directories as well as the default.

I would like to be able to use the oncrash option to run a script in this specific case. I think this is more useful than restarting because you can...

enhancement

There’s two parts to my question, First is I have a couple of commands that MUST run as the last thing (they are notifications that bout is complete). Currently they...

enhancement

It would be great if when a task fails, that we can set a condition based on the failure code. This way specific scripts can be done to deal with...

The native finit-watchdogd and finit itself can only handle one system watchdog at the moment. However, many SoCs now have support for multiple WDTs, usually one per CPU core. In...

enhancement