DTux
/
dtux__moha
Archived
1
0
Fork 0
This repository has been archived on 2023-11-30. You can view files and clone it, but cannot push or open issues or pull requests.
dtux__moha/systemd/moha.service

22 lines
364 B
Desktop File

[Unit]
Description=moha
After=network.target
After=mosquitto.service
After=mysqld.service
After=pws2mqtt.service
After=zigbee2mqtt.service
[Service]
ExecStart=php /home/daniel/moha/moha.php
WorkingDirectory=/home/daniel/moha
StandardOutput=inherit
StandardError=inherit
Restart=always
User=domotique
Group=domotique
Nice=15
[Install]
WantedBy=multi-user.target