finishing debugging presence detection
This commit is contained in:
15
systemd/presenceD.service
Normal file
15
systemd/presenceD.service
Normal 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
|
||||
|
Reference in New Issue
Block a user