You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 12, 2020. It is now read-only.
I believed we have a small discussion on this I'm going to ask this again as a place holder for future development, right now in my use case the openzwave-server binary has been invoke under screen session which is great, but daemonized mode is the way to go in my humbly opinion.
I don't know if this request justify the amount of time to code and make this change, I think this is just worth a shot :), Please close this if request if you think it's not that worth.
The text was updated successfully, but these errors were encountered:
alternatively I think we can run this using djb daemontools (http://cr.yp.to/daemontools.html) or xinetd if I can figure out how i'll let you know so that we can create a small howto to make this happen, but still we need some small code change so that the console output should be written on a syslog instead of stdout.
Right I remember. I run my server under screen as well.
I have no experience creating daemonized apps but it is sure worth looking at.
Let me know what you find out.
I'll put it on milestone/release 0.2.1 for now.
I don't know if it is all doable in the upcoming holiday, but we'll find out.
I've only got 1 week off from work, so I hope I can get at least #8 and #9 done.
I'm sorry I haven't been able to fix this just yet.
I am currently thinking about ways to refactor the entire main.cpp file.
It became a way too large blob of code.
As it is now, it is hard to include a daemonized mode.
Therefore I want to refactor first.
I don't have much time at all, so it will probably take forever...
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi Willem,
I believed we have a small discussion on this I'm going to ask this again as a place holder for future development, right now in my use case the openzwave-server binary has been invoke under screen session which is great, but daemonized mode is the way to go in my humbly opinion.
I don't know if this request justify the amount of time to code and make this change, I think this is just worth a shot :), Please close this if request if you think it's not that worth.
The text was updated successfully, but these errors were encountered: