Create staging dist branch

This commit is contained in:
2021-09-02 14:41:04 +02:00
parent 174ebb74c7
commit a4ba21d174
10 changed files with 67 additions and 1 deletions

10
debian/postgres-backup.service vendored Normal file
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