inspectorG4dget / AnonymousFeedback

1 stars 0 forks source link

Integrate with an init system #61

Open scriptbae opened 7 years ago

scriptbae commented 7 years ago

The current way of running this app involves simply launching it with Python. If the TTY running the python process sends SIGHUP, the application is interrupted.

Workarounds for this are currently:

Integrating with an init system would involve creating a systemd script for this, which would take a few minutes of time.

inspectorG4dget commented 7 years ago

This issue needs to be discussed when designing the deployment strategy. For right now, it's not a major concern

scriptbae commented 7 years ago

Fair enough, I'll push it down to low priority.

scriptbae commented 7 years ago

The priority of this issue should be reevaluated as a ship date for the app becomes more definitive.