mirror of
https://gitea.0xace.cc/ansible-galaxy/wal-g.git
synced 2024-11-24 23:36:40 +00:00
13 lines
265 B
Django/Jinja
13 lines
265 B
Django/Jinja
[Unit]
|
|
Description=Backups retention for PostgreSQL
|
|
Wants=backup-retention.timer
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/bin/bash /var/lib/pgsql/backup-retention.sh
|
|
User={{ wal_g_pg_backup_owner }}
|
|
Group={{ wal_g_pg_backup_group }}
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|