Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 241925 Details for
Bug 276378
Mongrel Cluster init.d script does not clear pids on startup
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
run script for mongrel clusters
mongrel_cluster (text/plain), 684 bytes, created by
Robert Sharp
on 2010-08-09 07:23:52 UTC
(
hide
)
Description:
run script for mongrel clusters
Filename:
MIME Type:
Creator:
Robert Sharp
Created:
2010-08-09 07:23:52 UTC
Size:
684 bytes
patch
obsolete
>#!/sbin/runscript ># ># INIT Script for mongrel_cluster ># ># Robert Sharp Jan 2010 > >depend() { > need net >} > >start() { > ebegin "Starting Mongrel Clusters" > if [ ! -d "$CONF_DIR" ]; then > eerror "No configuration directory" > return 1 > fi > mkdir -p $PID_DIR > chown $USER:$USER $PID_DIR > > mongrel_cluster_ctl start --clean -c $CONF_DIR > > eend $? "Error starting Mongrel" >} > >stop() { > ebegin "Stopping Mongrel Clusters" > mongrel_cluster_ctl stop -c $CONF_DIR > eend $? >} > >restart() { > ebegin "Restarting Mongrel Clusters" > mongrel_cluster_ctl restart -c $CONF_DIR > eend $? > } > >status() { > ebegin "Checking Status of Mongrel Clusters" > mongrel_cluster_ctl status -c $CONF_DIR > 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 276378
: 241925