Add NFPM packaging recipe
All checks were successful
Cadoles/postgres-backup/pipeline/head This commit looks good
Cadoles/postgres-backup/pipeline/pr-master This commit looks good

This commit is contained in:
2022-10-31 09:51:47 -06:00
parent 174ebb74c7
commit 9f5fb86f90
7 changed files with 129 additions and 0 deletions

View File

@ -0,0 +1,10 @@
[Unit]
Description=Run PostgreSQL backup
[Service]
Type=oneshot
ExecStart=/usr/bin/pg_backup_rotated.sh -c /etc/postgres-backup/pg_backup.conf
User=postgres
[Install]
WantedBy=default.target