From bb0bb063d3d0395772bff2ae434fd83dd7febdcf Mon Sep 17 00:00:00 2001 From: Willem Grant Date: Tue, 13 Jan 2026 10:36:56 -0500 Subject: [PATCH] gui-apps/lemurs: add config file warning for OpenRC users Signed-off-by: Willem Grant --- gui-apps/lemurs/lemurs-0.4.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/gui-apps/lemurs/lemurs-0.4.0.ebuild b/gui-apps/lemurs/lemurs-0.4.0.ebuild index 9d1a69bf1b..24d5e39c81 100644 --- a/gui-apps/lemurs/lemurs-0.4.0.ebuild +++ b/gui-apps/lemurs/lemurs-0.4.0.ebuild @@ -156,5 +156,6 @@ pkg_postinst() { elog " rc-service lemurs start" elog "To boot it with the system:" elog " rc-update add lemurs" + ewarn "The config file at /etc/lemurs/config.toml assumes a Systemd system. This is on lines 136 and 150, where it uses the systemctl command to reboot or power off. To ensure the function keys properly shut down or reboot the system, change those lines to use OpenRC appropriate commands." fi }