9 lines
184 B
Django/Jinja
9 lines
184 B
Django/Jinja
[Unit]
|
|
Description=Send backup failure notification
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=apprise --body="Failed to create backup!" {{ apprise_url }}
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|