I installed postgres-9.2.13 and pgbouncer in my Linux machine. My db admin in "postgres" user. When I am trying to start postgres or pgbouncer respectively with the below commands, it is asking the root password and i am able to run the command only if I use "su root" before the command.
But I don't want it to be run only with the root user. How can I make my postgres user to be able to run the postgres service and pgbouncer service?