Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 349736 Details for
Bug 425132
dev-db/riak - highly scalable, schema-free document-oriented database
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
files/init.d/riak
riak (text/plain), 706 bytes, created by
Florian Klink
on 2013-05-31 15:27:09 UTC
(
hide
)
Description:
files/init.d/riak
Filename:
MIME Type:
Creator:
Florian Klink
Created:
2013-05-31 15:27:09 UTC
Size:
706 bytes
patch
obsolete
>#!/sbin/runscript ># Copyright 1999-2013 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >depend() { > need logger >} > >start() { > ebegin "Starting riak" > start-stop-daemon --start --name riak --chdir /var/lib/riak --user riak --exec /usr/sbin/riak -- start > eend $? >} > >stop() { > ebegin "Stopping riak" > start-stop-daemon --stop --quiet --retry=TERM/30/KILL/5 --user riak --exec ${ERTS_PATH}/beam.smp > rval=$? > > #cleanup: also kill epmd daemon > sleep 5 > ${ERTS_PATH}/epmd -kill &> /dev/null > > eend $rval >} > >reload() { > ebegin "Reloading riak" > start-stop-daemon --start --name riak --chdir /var/lib/riak --user riak --exec /usr/sbin/riak -- restart > 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 425132
:
349732
|
349734
| 349736 |
349738
|
350960
|
350962
|
350964
|
350966
|
351228
|
351230
|
351232
|
351234
|
351510
|
351520
|
351522
|
351816
|
351818
|
352852
|
354924
|
354926
|
354928
|
355352
|
355354
|
355356
|
356736
|
356738
|
356740
|
356742