10 lines
192 B
Desktop File
10 lines
192 B
Desktop File
[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 |