Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 145374 Details for
Bug 201612
Re-add TinyERP/OpenERP
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
tinyerp-server init.d file
tinyerp-init.d (text/plain), 1.04 KB, created by
Xavier ALT
on 2008-03-05 17:39:39 UTC
(
hide
)
Description:
tinyerp-server init.d file
Filename:
MIME Type:
Creator:
Xavier ALT
Created:
2008-03-05 17:39:39 UTC
Size:
1.04 KB
patch
obsolete
>#!/sbin/runscript > >depend() { > use net logger > after postgresql >} > > >start() { > [ -n "${SERVER_CONF}" ] \ > && SERVER_OPTS="${SERVER_OPTS} --config=${SERVER_CONF}" \ > || SERVER_OPTS="${SERVER_OPTS} --config=/etc/tinyerp/terp_serverrc" > [ -n "${SERVER_DB}" ] && SERVER_OPTS="${SERVER_OPTS} --database=${SERVER_DB}" > [ -n "${SERVER_USER}" ] && SERVER_OPTS="${SERVER_OPTS} --db_user=${SERVER_USER}" > [ -n "${SERVER_PW}" ] && SERVER_OPTS="${SERVER_OPTS} --db_password=${SERVER_PW}" > [ -n "${SERVER_HOST}" ] && SERVER_OPTS="${SERVER_OPTS} --db_host=${SERVER_HOST}" > [ -n "${SERVER_PORT}" ] && SERVER_OPTS="${SERVER_OPTS} --db_port=${SERVER_PORT}" > > ebegin "Starting TinyERP" > start-stop-daemon --start --quiet --background --chuid terp:terp --pidfile=/var/run/tinyerp/tinyerp.pid --startas /usr/bin/tinyerp-server --exec /usr/bin/python -- ${SERVER_OPTS} --pidfile=/var/run/tinyerp/tinyerp.pid --logfile=/var/log/tinyerp/tinyerp.log > eend $? >} > > >stop() { > ebegin "Stopping TinyERP" > start-stop-daemon --stop --quiet --pidfile=/var/run/tinyerp/tinyerp.pid > 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 201612
:
145366
|
145368
|
145370
|
145372
|
145373
| 145374 |
152175
|
155685
|
155723
|
165903