diff options
Diffstat (limited to 'sys-auth/elogind/files/elogind.conf.in')
-rw-r--r-- | sys-auth/elogind/files/elogind.conf.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sys-auth/elogind/files/elogind.conf.in b/sys-auth/elogind/files/elogind.conf.in new file mode 100644 index 00000000..7b05b350 --- /dev/null +++ b/sys-auth/elogind/files/elogind.conf.in @@ -0,0 +1,7 @@ +# /etc/conf.d/elogind: config file for /etc/init.d/elogind + +# this is the elogind executable +ELOGIND_EXEC="/@libdir@/elogind/elogind" + +# this is where elogind will store its pid file +ELOGIND_PIDFILE="/run/elogind.pid" |