diff options
author | 2017-01-14 13:11:02 +0100 | |
---|---|---|
committer | 2017-01-14 20:25:00 +0100 | |
commit | d0d899ac76be5a1b3be099faaefdfef273718930 (patch) | |
tree | b0abd2af3482cb247c96e7b1018f246c6a183580 /sys-auth/elogind/files/elogind.conf | |
parent | profiles: Update solid-runtime comment in arm package.use.mask (diff) | |
download | gentoo-d0d899ac76be5a1b3be099faaefdfef273718930.tar.gz gentoo-d0d899ac76be5a1b3be099faaefdfef273718930.tar.bz2 gentoo-d0d899ac76be5a1b3be099faaefdfef273718930.zip |
sys-auth/elogind: New package
systemd's logind as a standalone package. Initial ebuild by
Alexey Shvetsov, improvements by Sven Eden, kensington and me.
Fix build with gperf-3.1 by backporting a systemd patch.
Gentoo-bug: 599474
Package-Manager: portage-2.3.0
Diffstat (limited to 'sys-auth/elogind/files/elogind.conf')
-rw-r--r-- | sys-auth/elogind/files/elogind.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sys-auth/elogind/files/elogind.conf b/sys-auth/elogind/files/elogind.conf new file mode 100644 index 000000000000..73d1336aec98 --- /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/libexec/elogind/elogind" + +# this is where elogind will store its pid file +ELOGIND_PIDFILE="/var/run/elogind.pid" |