Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 385320 Details for
Bug 522118
dev-db/redis-2.8.17 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
redis.initd-4
redis.initd-4 (text/plain), 850 bytes, created by
Johan Bergström
on 2014-09-23 01:50:59 UTC
(
hide
)
Description:
redis.initd-4
Filename:
MIME Type:
Creator:
Johan Bergström
Created:
2014-09-23 01:50:59 UTC
Size:
850 bytes
patch
obsolete
>#!/sbin/runscript ># $Header: /var/cvsroot/gentoo-x86/dev-db/redis/files/redis.initd-3,v 1.1 2013/08/26 11:47:13 djc Exp $ > >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} >REDIS_TIMEOUT=${REDIS_TIMEOUT:-30} > >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 ${command} \ > --retry ${REDIS_TIMEOUT} \ > --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 522118
:
385090
|
385092
|
385094
| 385320 |
385360