Starting to make the system operable without using root. Changes to groups, sudo, some file permissions. Places all the user key config into users.pp
4 lines
181 B
Bash
4 lines
181 B
Bash
alias psql='psql postgresql://rhizomatica:<%= @pgsql_pwd %>@localhost/rhizomatica'
|
|
alias systemctl='sudo systemctl'
|
|
alias journalctl='sudo journalctl'
|
|
alias sudo="/usr/bin/sudo -n"
|