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