Add debian packaging files

This commit is contained in:
2020-10-13 15:37:16 +02:00
parent 06a58fed89
commit 28c1f6528c
7 changed files with 61 additions and 0 deletions

9
debian/postgres-backup.service vendored Normal file
View File

@ -0,0 +1,9 @@
[Unit]
Description=Run PostgreSQL backup
[Service]
Type=oneshot
ExecStart=/usr/bin/pg_backup_rotated.sh
[Install]
WantedBy=default.target