SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
14
www/odoo/pkg/odoo.rc
Executable file
14
www/odoo/pkg/odoo.rc
Executable file
|
@ -0,0 +1,14 @@
|
|||
#!/bin/ksh
|
||||
|
||||
daemon="${TRUEPREFIX}/bin/odoo"
|
||||
daemon_flags="-c ${SYSCONFDIR}/odoo/odoo.conf"
|
||||
daemon_user="_odoo"
|
||||
|
||||
. /etc/rc.d/rc.subr
|
||||
|
||||
pexp="${MODPY_BIN} ${daemon}${daemon_flags:+ ${daemon_flags}}"
|
||||
|
||||
rc_bg=YES
|
||||
rc_reload=NO
|
||||
|
||||
rc_cmd $1
|
Loading…
Add table
Add a link
Reference in a new issue