gui-apps/lemurs: add config file warning for OpenRC users

Signed-off-by: Willem Grant <willemgrant@mailfence.com>
This commit is contained in:
Willem Grant
2026-01-13 10:36:56 -05:00
parent aee11d737e
commit bb0bb063d3

View File

@@ -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
}