This unit is provided by:
Options
-
[Install]
-
WantedBy=multi-user.target
-
-
[Service]
-
ExecReload=/bin/kill -HUP $MAINPID
-
ExecReload=kill -HUP $MAINPID
-
ExecStart=/usr/bin/pgbackrest server
-
ExecStartPost=/bin/sleep 3 /bin/bash -c "[ ! -z $MAINPID ]"
-
Group=postgres
-
Restart=always
-
RestartSec=1
-
Type=simple
-
User=postgres
-
-
[Unit]
-
After=network.target
-
Description=pgBackRest Server
-
Documentation=https://pgbackrest.org/configuration.html man:pgbackrest(1) man:pgbackrest.conf(5)
-
PartOf=pgbackrest.target
-
StartLimitIntervalSec=0
-
Additionnal notes
Nothing here.