# Managed by Ansible — do not edit by hand. # pgBackRest daily differential backup. [Unit] Description=pgBackRest diff backup ({{ pgbackrest_stanza }}) Wants=network-online.target After=network-online.target [Service] Type=oneshot User=postgres Group=postgres ExecStart=/usr/bin/pgbackrest --stanza={{ pgbackrest_stanza }} --type=diff backup Nice=10 IOSchedulingClass=best-effort IOSchedulingPriority=7 [Install] WantedBy=multi-user.target