~linuxgoose/bocpress

ref: f11187221f70a6150eceed30d89c25d788e5393a bocpress/ansible/mataroa-backup.service.j2 -rw-r--r-- 238 bytes
f1118722Jordan Robinson update blog import to include parsing of tags like from the export 2 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Backup mataroa database

[Service]
Type=oneshot
User=deploy
WorkingDirectory=/home/deploy
Environment="PGPASSWORD={{ postgres_password }}"
ExecStart=/home/deploy/backup-database.sh

[Install]
WantedBy=multi-user.target