mirror of
				https://gitea.0xace.cc/ansible-galaxy/wal-g.git
				synced 2025-11-03 23:07:30 +00:00 
			
		
		
		
	fix backup script location
This commit is contained in:
		@@ -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 }}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user