Commit Graph
12 Commits
Author SHA1 Message Date
Isaac Freund 0063c722e5 river: remove system /etc dir from init search paths
A true "default" config doesn't make sense for river. Everyone who uses
river seriously will customize their init script. Futhermore, the
current behavior of embedding the install path of the default system
config in the river binary is complex and prone to breaking.
2021-07-17 16:04:51 +02:00
Isaac Freund ce69cfc337 doc: remove outdated reference to river-layouts(1) 2021-05-03 13:36:52 +02:00
Isaac Freund 33fb7725c5 river: send SIGTERM to init command process group
Run the init command in a new process group and send SIGTERM to the
entire group on exit. Without doing this, only the sh invocation used
for the `sh -c` would receive SIGTERM.

This is particularly useful when starting a per-session server manager
as the init command.
2021-04-20 18:27:03 +02:00
Isaac Freund 397f40e405 docs: Improve clarity of river/riverctl man pages 2020-12-30 23:10:41 +01:00
Isaac Freund 53d4c12d41 docs: improve startup and config information 2020-12-30 20:29:45 +01:00
Leon Henrik PlickatandIsaac Freund 0c5e5a7b4a doc: Remove outdated configuration instructions 2020-12-13 01:19:27 +01:00
Leon Henrik PlickatandIsaac Freund f08d37ab28 doc: unify scdoc style
This unifies the style of the man page source files. Most noticable are
the now consistent line endings at 80 chars (assuming a tabwidth of 8).
2020-12-13 01:19:27 +01:00
Isaac Freund ab5e2f79e0 doc: add AUTHORS section to man pages 2020-11-11 20:44:41 +01:00
Isaac Freund 3752a7879b server: send SIGTERM to startup process on exit 2020-07-05 15:44:21 +02:00
Lennard HofmannandIsaac Freund 1cc02603b2 docs: small man pages fixes and updates
- Previous hard-coded settings can be now be changes with riverctl or
  via environment variables
- Update "See also"
- Mod → Mod1
2020-06-17 12:14:23 +02:00
Isaac Freund 0efc04508b cli: allow setting log level with '-l' flag 2020-06-17 02:01:07 +02:00
Lennard HofmannandIsaac Freund b2986fedd5 docs: use scdoc instead of roff for man pages 2020-06-15 13:23:17 +02:00