ansible/roles/backup/templates/backup.service

11 lines
148 B
SYSTEMD
Raw Normal View History

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