From 175603f695441142a7918147ed0fdd5faee9c953 Mon Sep 17 00:00:00 2001 From: CNE <8430237+canoine@users.noreply.github.com> Date: Wed, 13 May 2026 08:34:22 +0200 Subject: [PATCH] Add elogind.conf --- sys-auth/elogind/files/elogind.conf | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sys-auth/elogind/files/elogind.conf diff --git a/sys-auth/elogind/files/elogind.conf b/sys-auth/elogind/files/elogind.conf new file mode 100644 index 0000000..167260a --- /dev/null +++ b/sys-auth/elogind/files/elogind.conf @@ -0,0 +1,7 @@ +# /etc/conf.d/elogind: config file for /etc/init.d/elogind + +# this is the elogind executable +ELOGIND_EXEC="/usr/lib/elogind/elogind" + +# this is where elogind will store its pid file +ELOGIND_PIDFILE="/run/elogind.pid"