Saltstack Official Home Assistant Formula
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

11 lines
210B

  1. [Unit]
  2. Description=Home Assistant
  3. After=network-online.target
  4. [Service]
  5. Type=simple
  6. User=home_assistant
  7. ExecStart=/srv/home_assistant/bin/hass --config /etc/home_assistant
  8. [Install]
  9. WantedBy=multi-user.target