postgres-backup/debian/postgres-backup.service

9 lines
139 B
SYSTEMD
Raw Normal View History

2020-10-13 15:37:16 +02:00
[Unit]
Description=Run PostgreSQL backup
[Service]
Type=oneshot
ExecStart=/usr/bin/pg_backup_rotated.sh
[Install]
WantedBy=default.target