ansible/roles/backup/templates/backup.service
Salt 00fb2bb32e Work on a basic implementation of backups
Still need to set up good defaults and do host-based configuration tho
2020-12-24 09:06:20 -06:00

11 lines
148 B
Desktop File

# vim:ft=systemd
[Unit]
Description=Nightly backup service
[Service]
MemoryMax=256M
ExecStart=/opt/backup.sh
[Install]
WantedBy=multi-user.target