postgres-backup/debian/postgres-backup.service

9 lines
139 B
SYSTEMD

[Unit]
Description=Run PostgreSQL backup
[Service]
Type=oneshot
ExecStart=/usr/bin/pg_backup_rotated.sh
[Install]
WantedBy=default.target