summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packaging/buxton.spec3
1 files changed, 3 insertions, 0 deletions
diff --git a/packaging/buxton.spec b/packaging/buxton.spec
index 8e0f55e..6c96bad 100644
--- a/packaging/buxton.spec
+++ b/packaging/buxton.spec
@@ -62,6 +62,9 @@ install -m 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/buxton.conf
%post
/sbin/ldconfig
+#buxtond runs as user buxton, which much be created
+useradd buxton
+
buxtonctl create-db base
buxtonctl create-db isp
if [ "$1" -eq 1 ] ; then