Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 357030 Details for
Bug 472968
dev-db/redis - allow waiting more time for shutting down redis (or add possibility to configure timeout in conf.d/redis file)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
redis.initd-v3
redis.initd-v3 (text/plain), 710 bytes, created by
Johan Bergström
on 2013-08-26 01:33:36 UTC
(
hide
)
Description:
redis.initd-v3
Filename:
MIME Type:
Creator:
Johan Bergström
Created:
2013-08-26 01:33:36 UTC
Size:
710 bytes
patch
obsolete
>#!/sbin/runscript ># $Header: $ > >REDIS_DIR=${REDIS_DIR:-/var/lib/redis} >REDIS_CONF=${REDIS_CONF:-/etc/redis.conf} >REDIS_OPTS=${REDIS_OPTS:-"${REDIS_CONF}"} >REDIS_USER=${REDIS_USER:-redis} >REDIS_GROUP=${REDIS_GROUP:-redis} > >command=/usr/sbin/redis-server >start_stop_daemon_args="--chdir \"${REDIS_DIR}\" > --user ${REDIS_USER} --group ${REDIS_GROUP}" >command_args="${REDIS_OPTS}" >pidfile=${REDIS_PID:-/run/redis/redis.pid} > >depend() { > use net localmount logger > after keepalived >} > >start_pre() { > checkpath -d -m 0775 -o ${REDIS_USER}:${REDIS_GROUP} $(dirname ${REDIS_PID}) >} > >stop() { > ebegin "Stopping ${SVCNAME}" > start-stop-daemon --stop \ > --exec ${retries} \ > --retry 30 \ > --pidfile ${pidfile} > eend >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 472968
:
356828
| 357030