Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/profiles/applications/postgresql.json
blob: 05976fd909c9f44f1785106edfefaf2153f079b5 (plain)
1
2
3
4
5
{
	"pacman -Syy --noconfirm postgresql" : {"debug" : true},
	"systemctl enable postgresql" : {"debug" : true},
	"su - postgres -c \"initdb -D /var/lib/postgres/data\"" : {"debug" : true}
}