glpi-plugin icon indicating copy to clipboard operation
glpi-plugin copied to clipboard

WIP Daemon reimplementation

Open btry opened this issue 7 years ago • 5 comments

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)

btry avatar Aug 16 '17 07:08 btry

Still need to fix the signal handlers. They dont work with the current code

btry avatar Nov 14 '17 21:11 btry

Hello, Is this issue still WIP?

DIOHz0r avatar Dec 26 '17 13:12 DIOHz0r

Yes, the daemon fails to catch signals when trying to stop it.

This is low priority as the current implementation works.

btry avatar Dec 26 '17 13:12 btry

Hi, @flyve-mdm/backend-development.

What will we do with this?

I can help with the conflict

ingluife avatar Jun 20 '18 21:06 ingluife

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

btry avatar Jun 21 '18 06:06 btry