actual implementation of PostgreSQL. The dummy packages now require an arbitrary implementation and recommend the default version. - Move the contents of postgresql-init to the server package. OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/postgresql?expand=0&rev=84
20 lines
413 B
Desktop File
20 lines
413 B
Desktop File
[Unit]
|
|
|
|
Description=PostgreSQL database server
|
|
After=syslog.target
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
User=postgres
|
|
EnvironmentFile=-/etc/sysconfig/postgresql
|
|
ExecStart=/usr/lib/postgresql-init start
|
|
ExecStop=/usr/lib/postgresql-init stop
|
|
ExecReload=/usr/lib/postgresql-init reload
|
|
|
|
# The server might be slow to stop, and that's fine. Don't kill it
|
|
SendSIGKILL=no
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|