postgres-backup/misc/packaging/postgres-backup.service
William Petit 9f5fb86f90
All checks were successful
Cadoles/postgres-backup/pipeline/head This commit looks good
Cadoles/postgres-backup/pipeline/pr-master This commit looks good
Add NFPM packaging recipe
2022-10-31 10:45:43 -06:00

10 lines
192 B
Desktop File

[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