Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-07-19 | openrc: dynamic paths for user services | Anna (navi) Figueiredo Gomes | |
add two api functions, `rc_service_dir` and `rc_sysconf_dir`, both are generate paths (and sub-paths) for resources, and meant to replace the hardcoded variables like `RC_SVCDIR`. those functions differ by dynamically switching between the system path, or the user path, set in their home folder or runtime directory. this lays out the intial support for user services. Signed-off-by: Anna (navi) Figueiredo Gomes <navi@vlhl.dev> | |||
2021-12-30 | fix libkvm dependency for *bsd | William Hubbs | |
2021-09-06 | build: change root_prefix to rootprefix | William Hubbs | |
2021-09-04 | add meson build files | William Hubbs | |
Closes #116. Closes #171. Closes #172. Closes #175. |