Specify configuration file

This commit is contained in:
2020-10-13 16:19:31 +02:00
parent 4205191c4f
commit 8cecc36bf3
3 changed files with 2 additions and 3 deletions

View File

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