1
0

finishing debugging presence detection

This commit is contained in:
2022-09-01 18:48:20 +02:00
parent 39a3b19bbf
commit 3950ab7d36
5 changed files with 169 additions and 15 deletions

15
systemd/presenceD.service Normal file
View File

@ -0,0 +1,15 @@
[Unit]
Description=Presence daemon for MOHA
After=moha.service
[Service]
ExecStart=php /usr/bin/presenceDaemon.php
StandardOutput=inherit
StandardError=inherit
Restart=always
User=domotique
Group=domotique
[Install]
WantedBy=multi-user.target