mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-10 06:51:04 +01:00
7 lines
153 B
Django/Jinja
7 lines
153 B
Django/Jinja
[Unit]
|
|
Description=backing up data
|
|
OnFailure=systemd-email@%n.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/bash {{backup_to_swappable_script_path}} |