|
Lines 1-7
Link Here
|
| 1 |
# /etc/conf.d/elogind: config file for /etc/init.d/elogind |
1 |
# /etc/conf.d/elogind: config file for /etc/init.d/elogind |
| 2 |
|
2 |
|
| 3 |
# this is the elogind executable |
3 |
# this is the elogind executable |
| 4 |
ELOGIND_EXEC="/usr/libexec/elogind/elogind" |
4 |
ELOGIND_EXEC="/@libdir@/elogind/elogind" |
| 5 |
|
5 |
|
| 6 |
# this is where elogind will store its pid file |
6 |
# this is where elogind will store its pid file |
| 7 |
ELOGIND_PIDFILE="/var/run/elogind.pid" |
7 |
ELOGIND_PIDFILE="/run/elogind.pid" |