add foreground mode to aid systemd service#155
Open
robert-budde wants to merge 7 commits intomknx:developfrom
robert-budde:develop
Open
add foreground mode to aid systemd service#155robert-budde wants to merge 7 commits intomknx:developfrom robert-budde:develop
robert-budde wants to merge 7 commits intomknx:developfrom
robert-budde:develop
Conversation
Author
|
Marcus, any thoughts on this one? |
|
Maybe
|
Author
|
Sure. This would be the most straightforward way of doing things. But it would break compatibility with all existing installations. |
Owner
|
Hi, I will not merge changes to the base system, because I'm going to adapt the license. And if there are other contributors I cannot change it without asking them. I'm going to send an email to the contributors/developers to discuss this topic. Regards Marcus |
…mmunication (e.g. esp8266-based)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
In order to use a very sleek systemd service sh.py should not fork while still being not too verbose on logging. Not forking allows systemd to monitor the process without using an additional pid-file.