mirror of
https://gitea.0xace.cc/ansible-galaxy/wal-g.git
synced 2025-02-22 11:44:47 +00:00
13 lines
230 B
Django/Jinja
13 lines
230 B
Django/Jinja
[Unit]
|
|
Description=Backup PostgreSQL
|
|
Wants=backup.timer
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/bin/bash /var/lib/pgsql/backup.sh
|
|
User={{ wal_g_pg_backup_owner }}
|
|
Group={{ wal_g_pg_backup_group }}
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|