Skip to content

Commit

Permalink
use the correct timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
per2jensen committed May 2, 2022
1 parent 6e1ba8f commit fbfd2fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion templates/systemd/dar-backup.service
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ StartLimitIntervalSec=120
StartLimitBurst=1
[Service]
Type=oneshot
TimeoutStartSec=infinity
TimeoutSec=infinity
RemainAfterExit=true
ExecStart="@@DAR_BACKUP_DIR@@/bin/dar-backup.sh"
2 changes: 1 addition & 1 deletion templates/systemd/dar-diff-backup.service
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ StartLimitIntervalSec=120
StartLimitBurst=1
[Service]
Type=oneshot
TimeoutStartSec=infinity
TimeoutSec=infinity
RemainAfterExit=true
ExecStart="@@DAR_BACKUP_DIR@@/bin/dar-diff-backup.sh"
2 changes: 1 addition & 1 deletion templates/systemd/dar-inc-backup.service
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ StartLimitIntervalSec=120
StartLimitBurst=1
[Service]
Type=oneshot
TimeoutStartSec=infinity
TimeoutSec=infinity
RemainAfterExit=true
ExecStart="@@DAR_BACKUP_DIR@@/bin/dar-inc-backup.sh"

0 comments on commit fbfd2fb

Please sign in to comment.