- Jun 03, 2024
-
-
Eric Vidal authored
Each tool needs to be independent, which meant that every time a tool was called, it would build the entire system graph. This was an obvious waste of time and resources. Now, the tools build the graph based on the requested services, which drastically reduces the time needed to construct the necessary dependency graph.
-
- Jun 02, 2024
-
-
Eric Vidal authored
This program is executed via the run script in the service's live directory. It sits between s6-supervise and the user's executable script, allowing for the preparation of the user's script execution. This introduces a dual capability: Define certain preparations through frontend keys, such as setting ownership, moving to a working directory, limiting resources used by the service, etc. Since 66-execute runs on each signal received and transmitted by s6-supervise, it is now possible to send messages to an event management daemon. By default, this program performs previously defined actions such as logging redirections and managing environment variables (previously handled by excel-envfile), creation of the log destination directory, and so on.So, the user's file now contains only the exact copy of the @execute field. Also, the name of the script for an start or stop process are the same. This was a old behabvior coming from s6-rc manager.
-
- May 31, 2024
-
-
Eric Vidal authored
Permit to set uid and gid for a run script. Unknown key may occur at end of the file. Avoid to changed pointer. Typo fix.
-
- May 28, 2024
-
-
Eric Vidal authored
-
- May 26, 2024
-
-
Eric Vidal authored
These directories is used to properly define environment variable at start of a scandir
-
- May 17, 2024
-
-
Eric Vidal authored
This reverts commit 87bd69c6.
-
- May 07, 2024
-
-
Eric Vidal authored
-
- May 03, 2024
-
-
Eric Vidal authored
-
- Mar 31, 2024
-
-
Eric Vidal authored
-
- Jan 08, 2024
-
-
Eric Vidal authored
-
- Jan 06, 2024
-
-
Eric Vidal authored
-
- Dec 22, 2023
-
-
Eric Vidal authored
-
Eric Vidal authored
-
- Dec 10, 2023
-
-
Eric Vidal authored
-
- Nov 29, 2023
-
-
Eric Vidal authored
-
- Nov 27, 2023
-
-
Eric Vidal authored
-
- Nov 25, 2023
-
-
Eric Vidal authored
-
Eric Vidal authored
-
- Nov 21, 2023
-
-
Eric Vidal authored
-
Eric Vidal authored
-
Eric Vidal authored
-
- Nov 09, 2023
-
-
Eric Vidal authored
-
Eric Vidal authored
-
Eric Vidal authored
-
Eric Vidal authored
-
- Oct 31, 2023
-
-
Eric Vidal authored
-
Eric Vidal authored
-
- Oct 30, 2023
-
-
Eric Vidal authored
use tmpfs directory as service directory for the runtime. Deal with logger destination directory at init time
-
Eric Vidal authored
-
- Aug 06, 2023
-
-
Eric Vidal authored
-
Eric Vidal authored
-
- Jul 15, 2023
-
-
Eric Vidal authored
-
Eric Vidal authored
-
- Jun 17, 2023
-
-
Eric Vidal authored
simplify interface of service_is_g and its functionality, provide service_get_treename as replacement
-
- Jun 16, 2023
-
-
Eric Vidal authored
-
- Jun 14, 2023
-
-
Eric Vidal authored
-
- Jun 12, 2023
-
-
Eric Vidal authored
-
- Jun 05, 2023
-
-
Eric Vidal authored
-
- May 31, 2023
-
-
Eric Vidal authored
-
Eric Vidal authored
-