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