diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2016-11-25 20:44:06 +0100 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2016-11-25 20:44:06 +0100 |
commit | de731643f2a4e6e4374a0720ff32ab0b7507150e (patch) | |
tree | a08d7c2f5a41a84591677c279d1463006702ce01 /testing/home-assistant | |
parent | 381e9469b4315fc3a810adc771f9bacc4246d9b7 (diff) | |
download | aports-de731643f2a4e6e4374a0720ff32ab0b7507150e.tar.bz2 aports-de731643f2a4e6e4374a0720ff32ab0b7507150e.tar.xz |
testing/home-assistant: correct username/group
Diffstat (limited to 'testing/home-assistant')
-rw-r--r-- | testing/home-assistant/APKBUILD | 2 | ||||
-rw-r--r-- | testing/home-assistant/home-assistant.confd | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/testing/home-assistant/APKBUILD b/testing/home-assistant/APKBUILD index c7979ad500..fa720cc52e 100644 --- a/testing/home-assistant/APKBUILD +++ b/testing/home-assistant/APKBUILD @@ -2,7 +2,7 @@ pkgname=home-assistant _pkgname=homeassistant pkgver=0.33.3 -pkgrel=0 +pkgrel=1 pkgdesc="A Home automation platform" url="https://home-assistant.io" arch="all" diff --git a/testing/home-assistant/home-assistant.confd b/testing/home-assistant/home-assistant.confd index 59c2134581..591809b147 100644 --- a/testing/home-assistant/home-assistant.confd +++ b/testing/home-assistant/home-assistant.confd @@ -1,5 +1,5 @@ # hass settings HASS_CONF="/var/lib/hass" HASS_PID="/run/hass/hass.pid" -HASS_USER="clandmeter" -HASS_GROUP="clandmeter" +HASS_USER="hass" +HASS_GROUP="hass" |