diff options
Diffstat (limited to 'templates/borg_backup.service.j2')
| -rw-r--r-- | templates/borg_backup.service.j2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/borg_backup.service.j2 b/templates/borg_backup.service.j2 index e3f6910..09cb23f 100644 --- a/templates/borg_backup.service.j2 +++ b/templates/borg_backup.service.j2 @@ -7,6 +7,7 @@ Type=oneshot ExecStart={{ borg_backup_script_location }} User=root Group=root +SuccessExitStatus=1 [Install] WantedBy=multi-user.target |