mirror of
https://gitea.0xace.cc/ansible-galaxy/wal-g.git
synced 2025-02-19 18:44:45 +00:00
fix backup script location
This commit is contained in:
parent
a0ac261e69
commit
d57cc72452
@ -3,7 +3,7 @@ Description=Permanent backup PostgreSQL
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/bin/bash /var/lib/pgsql/backup-permanent.sh
|
||||
ExecStart=/bin/bash {{ wal_g_pg_home_dir }}/backup-permanent.sh
|
||||
User={{ wal_g_pg_backup_owner }}
|
||||
Group={{ wal_g_pg_backup_group }}
|
||||
|
||||
|
@ -4,7 +4,7 @@ Wants=backup-retention.timer
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/bin/bash /var/lib/pgsql/backup-retention.sh
|
||||
ExecStart=/bin/bash {{ wal_g_pg_home_dir }}/backup-retention.sh
|
||||
User={{ wal_g_pg_backup_owner }}
|
||||
Group={{ wal_g_pg_backup_group }}
|
||||
|
||||
|
@ -4,7 +4,7 @@ Wants=backup.timer
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/bin/bash /var/lib/pgsql/backup.sh
|
||||
ExecStart=/bin/bash {{ wal_g_pg_home_dir }}/backup.sh
|
||||
User={{ wal_g_pg_backup_owner }}
|
||||
Group={{ wal_g_pg_backup_group }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user