Skip to content

Commit

Permalink
Merge pull request #2666 from cybozu-go/add-trigger-reboot-all-nodes
Browse files Browse the repository at this point in the history
Fix trigger-reboot-all-nodes.timer to run
  • Loading branch information
zeroalphat authored Sep 10, 2024
2 parents c86bc08 + 2bb4111 commit eb9de7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/DEBIAN/postinst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh -e

SERVICES="node-exporter neco-updater neco-worker sabakan-state-setter neco-rebooter cke cke-localproxy teleport-node"
TIMERS="docker-prune kill-old-login-sessions backup-cke-etcd export-unit-status"
TIMERS="docker-prune kill-old-login-sessions backup-cke-etcd export-unit-status trigger-reboot-all-nodes"

configure() {
# temporary code for transition
Expand Down

0 comments on commit eb9de7a

Please sign in to comment.