> My current workaroud is to start the postgresql server manually > after every bootup, but this is tedious.
A better fix is to add User=postgres to the [Service] section of your systemd unit file. This should be handled by the installation scripts of course. Cheers, Andreas.