Marcus Rueckert
f9a5567409
- diff/full/incremental backup - pgbackrest services for the TLS server - add pgbackrest.target to restart/stop all sub services - add Requires(pre) for postgresql-server to make sure the postgresql user is available for file permissions - change permissions of the config file from 0644 to 0640 as the file can contain passwords and encryption keys. - modernize the spec file OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/pgbackrest?expand=0&rev=43
19 lines
388 B
Desktop File
19 lines
388 B
Desktop File
[Unit]
|
|
Description=pgBackRest Server
|
|
Documentation=https://pgbackrest.org/configuration.html
|
|
Documentation=man:pgbackrest(1) man:pgbackrest.conf(5)
|
|
After=network.target
|
|
StartLimitIntervalSec=0
|
|
PartOf=pgbackrest.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
Restart=always
|
|
RestartSec=1
|
|
User=postgres
|
|
ExecStart=/usr/bin/pgbackrest server
|
|
ExecReload=kill -HUP $MAINPID
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|