postgres-backup/debian/postgres-backup.service

10 lines
192 B
SYSTEMD
Raw Normal View History

2021-09-02 14:41:04 +02:00
[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