mirror of
https://gitea.0xace.cc/ansible-galaxy/wal-g-pg.git
synced 2024-11-25 08:16:40 +00:00
12 lines
240 B
Plaintext
12 lines
240 B
Plaintext
|
[Unit]
|
||
|
Description=Permanent backup PostgreSQL
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/bin/bash {{ wal_g_pg_home_dir }}/backup-permanent.sh
|
||
|
User={{ wal_g_pg_backup_owner }}
|
||
|
Group={{ wal_g_pg_backup_group }}
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|