ansible_drone/templates/postgres_backup.service.j2

10 lines
131 B
Plaintext
Raw Normal View History

2021-02-21 00:05:41 +01:00
[Unit]
Description=Backup the drone database in postgres
[Service]
ExecStart=/usr/local/bin/pg_backup.sh
# vim: set ft=dosini: