https://bugs.koozali.org/show_bug.cgi?id=12346
--- Comment #2 from John Crisp <[email protected]> ---
V10 is based on Rhel/CentOS 7 and uses systemd.
Have a look at something like postgresql for ideas.
https://wiki.koozali.org/Talk:Postgresql
https://wiki.koozali.org/SME10_serviceControl
At a minimum you need something like this we did for mongod originally:
Some sort of basic systemd unit file eg
https://github.com/FirebirdSQL/firebird/issues/5772
Then a specific Koozali SME file
mkdir -p /usr/lib/systemd/system/firebird-classic.socket.d
nano /usr/lib/systemd/system/firebird-classic.socket.d/50koozali.conf
Something like:
[Unit]
After=network.target network.service wan.service
[Install]
WantedBy=sme-server.target
We need a db config entry for SME to recognise it:
config set firebird-classic.socket service status enabled access private
Possibly a TCP or UDP port?
This is back of a cigarette packet ideas. You may need some other bits. YMMV.
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/