Joachim Wiberg
Joachim Wiberg
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.
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...
See the discussion in #270 for details, lots of good ideas and pointers. A first prototype is available here https://github.com/hongkongkiwi/finit/blob/master/plugins/qmi-proxy.c
Parsing of the .conf file, monitoring and starting run/task/services/inetd should be done in a child to prevent this functionality from crashing PID 1.
Real life example: user starts `lldpd` and is happy. A few days later user starts `snmpd` and wants to be equally happy, but `snmpd` was never a requirement for `lldpd`...
By design, the condition system in Finit currently does not support checking for plain files. The reason for this was mainly to avoid starting with the wrong version of a...
The oneliner format for configuring services is getting a bit crowded, and at times very wide. What follows is an unfinished proposal for a new service definition that could fit...
Currently shutdown is just another multicall symlink to reboot. The options have been mapped to allow for a command like `shutdown -h now`, but the 'now' argument is ignored, **Syntax:**...
On Linux, since 3.14, it is possible to bypass any qdisc set with tc to maximize throughput. So this, along with #8, should make it possible to create real nice...