Saltstack Official Home Assistant Formula
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

11 行
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