Project genrc
genrc
1.5.3
— 
2024-07-16
* New command verb: wait Instructs genrc to wait for the program to finish. This implies that the program is terminated by some third-party means. The command exits with code 0 if the program has finished and with code 1 if stop timeout has been reached.
Generic helper program for writing system initialization scripts. Depending on the operation mode, it starts, stops, reconfigures or displays the status of a specific program. Primary audience is Slackware system administrators. However, the tool is generic enough to be used on any other Linux (and not only) distribution. In the contrast to another similar programs (e.g. start-stop-daemon
), it is designed so that the entire rc
file can consist of only one line, invoking (or exec’ing) genrc
with the right set of arguments.