aboutsummaryrefslogtreecommitdiffstats
path: root/doc/s6.conf.html
Commit message (Collapse)AuthorAgeFilesLines
* Improve user service managementLaurent Bercot14 days1-0/+47
| | | | | | | | | | | | - Separate /etc/s6.conf from /etc/s6-user.conf - Have --system|--user handled at the s6 level, not the s6-frontend level - Also have --help rewritten at the s6 level because it's cleaner - On --user, process the config file with sed to import XDG variables - Do not use s6f_user_get_confdirs() anymore (can remove it if we decide to stick with this design), --user now only changes the conf file, and only command-line options such as --scandir can override what is described in the conf file. - Document the current behaviour.
* Make fdhuser a config variable and --fdholder-user a global optionLaurent Bercot2026-06-191-0/+6
| | | | And remove the -h|--fdholder-user from various subcommands.
* Change default storelist and configuration fileLaurent Bercot2026-06-091-0/+105
Default storelist becomes /usr/share/s6/sources:/etc/s6/sources Default configuration file becomes /etc/s6.conf Conffile environment variable becomes S6_CONF