Adicione isso ao /etc/init.d/postgresql-9.6
:
### BEGIN INIT INFO
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
### END INIT INFO
e execute sudo systemctl enable postgresql-9.6
novamente.
16,10 fresco instalar com Postgresql-9.6.2 fresco. Eu posso executar o "sudo service postgresql-9.6 start" para iniciar o serviço postgresql, mas não consigo que ele inicie na inicialização.
"sudo systemctl enable postgresql-9.6" retorna postgresql-9.6.service não é um serviço nativo, redirecionando para systemd-sysv-install. Executando: / lib / systemd / systemd-sysv-install enable postgresql-9.6 update-rc.d: erro: postgresql-9.6 Default-Start não contém runlevels, abortando.
Estes não retornam nenhum erro, mas também não o fazem iniciar automaticamente sudo update-rc.d postgresql-9.6 padrões sudo update-rc.d postgresql-9.6 enable
Adicione isso ao /etc/init.d/postgresql-9.6
:
### BEGIN INIT INFO
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
### END INIT INFO
e execute sudo systemctl enable postgresql-9.6
novamente.