Skip to content

Commit

Permalink
disable job timer persistence
Browse files Browse the repository at this point in the history
  • Loading branch information
Son Roy Almerol committed Nov 14, 2024
1 parent 0479230 commit c1a1a1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/store/systemd_time.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Description=%s Backup Job Timer
[Timer]
OnCalendar=%s
Persistent=true
Persistent=false
[Install]
WantedBy=timers.target`, job.ID, job.Schedule)
Expand Down

0 comments on commit c1a1a1f

Please sign in to comment.