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