ansible_drone/templates/postgres_backup.service.j2

10 lines
131 B
Django/Jinja

[Unit]
Description=Backup the drone database in postgres
[Service]
ExecStart=/usr/local/bin/pg_backup.sh
# vim: set ft=dosini: