Projet de remplacement du "RPiPasserelle" d'Otec.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

pyheatpump_supervise.service 286B

123456789101112
  1. [Unit]
  2. Description=pyHeatpump supervise - communicates with the supervisor
  3. After=network.target
  4. [Service]
  5. Type=simple
  6. WorkingDirectory=/var/lib/pyheatpump/
  7. Environment="LOGLEVEL=INFO"
  8. ExecStart=/usr/bin/env pyheatpump supervise --since
  9. KillMode=mixed
  10. TimeoutStopSec=30
  11. PrivateTmp=true