aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2016-11-25 20:44:06 +0100
committerCarlo Landmeter <clandmeter@gmail.com>2016-11-25 20:44:06 +0100
commitde731643f2a4e6e4374a0720ff32ab0b7507150e (patch)
treea08d7c2f5a41a84591677c279d1463006702ce01 /testing
parent381e9469b4315fc3a810adc771f9bacc4246d9b7 (diff)
downloadaports-de731643f2a4e6e4374a0720ff32ab0b7507150e.tar.bz2
aports-de731643f2a4e6e4374a0720ff32ab0b7507150e.tar.xz
testing/home-assistant: correct username/group
Diffstat (limited to 'testing')
-rw-r--r--testing/home-assistant/APKBUILD2
-rw-r--r--testing/home-assistant/home-assistant.confd4
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"