index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton.feeds@gmail.com> | 2019-06-20 16:06:41 +0000 |
---|---|---|
committer | Anton Hvornum <anton.feeds@gmail.com> | 2019-06-20 16:06:41 +0000 |
commit | 2376ab2742f7379e23849645bacea3bd62b83638 (patch) | |
tree | 3c7b5dfb9c5382f5c39789a4542c1dd638544531 /deployments/applications | |
parent | 964502be7c7e91dc9ba1913dfe6f338ff8d45718 (diff) |
-rw-r--r-- | deployments/applications/postgresql.json | 6 |
diff --git a/deployments/applications/postgresql.json b/deployments/applications/postgresql.json index c420551b..05976fd9 100644 --- a/deployments/applications/postgresql.json +++ b/deployments/applications/postgresql.json @@ -1,5 +1,5 @@ { - "pacman -Syy --noconfirm postgresql" : null, - "systemctl enable postgresql" : null, - "su - postgres -c \"initdb -D /var/lib/postgres/data\"" : null + "pacman -Syy --noconfirm postgresql" : {"debug" : true}, + "systemctl enable postgresql" : {"debug" : true}, + "su - postgres -c \"initdb -D /var/lib/postgres/data\"" : {"debug" : true} }
\ No newline at end of file |