mirror of
https://gitea.0xace.cc/ansible-galaxy/wal-g-pg.git
synced 2025-01-18 20:12:21 +00:00
13 lines
239 B
Plaintext
13 lines
239 B
Plaintext
|
[Unit]
|
||
|
Description=Backup PostgreSQL
|
||
|
Wants=backup.timer
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/bin/bash {{ wal_g_pg_home_dir }}/backup.sh
|
||
|
User={{ wal_g_pg_backup_owner }}
|
||
|
Group={{ wal_g_pg_backup_group }}
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|