Skip to content

Commit

Permalink
fix: missing dependency condition for timer
Browse files Browse the repository at this point in the history
causing timer to persist even when server service exits...
  • Loading branch information
ksyx committed Mar 13, 2024
1 parent 159e7f9 commit 154a047
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions watcher/systemd/turingwatch.scheduled_worker.timer
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
[Unit]
Description=timer for scheduled worker of turingwatch HPC watcher
BindsTo=turingwatch.server.service
PartOf=turingwatch.server.service
[Timer]
OnCalendar=Wed, 13:00:00
RandomizedDelaySec=30
Expand Down

0 comments on commit 154a047

Please sign in to comment.