Member-only story

How to auto start PostgreSQL server on boot up?

Siva
1 min readFeb 8, 2019

Enable a Service to be started on bootup and Start immediately:

systemctl enable — now postgresql.service
Created symlink /etc/systemd/system/multi-user.target.wants/postgresql.service → /usr/lib/systemd/system/postgresql.service.

More information available at:
https://wiki.archlinux.org/index.php/systemd

--

--

No responses yet