glpi-plugin
glpi-plugin copied to clipboard
WIP Daemon reimplementation
Still needs an enhancement to properly stop the daemon
To get rid of problems with the hardcoded user in old service.sh, this daemon should be started by a cron like this
@reboot service.php
with crontab -e www-data (or the user runnung Apache / Nginx)
Still need to fix the signal handlers. They dont work with the current code
Hello, Is this issue still WIP?
Yes, the daemon fails to catch signals when trying to stop it.
This is low priority as the current implementation works.
Hi, @flyve-mdm/backend-development.
What will we do with this?
I can help with the conflict
The conflict is not the problem. With this PR the daemon cannot be catch the signals yet. A rebase is necessary, but the branch is still unfinished