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}
}
|