10 lines
255 B
SYSTEMD
10 lines
255 B
SYSTEMD
|
[Unit]
|
||
|
Description=Backup PostgreSQL databases
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/usr/local/bin/postgresql-backup.sh
|
||
|
EnvironmentFile=/etc/postgresql/secrets.env
|
||
|
EnvironmentFile=/etc/postgresql/postgresql.env
|
||
|
Environment=BACKUP_DIR=/srv/postgresql/backups
|