Skip to content

Commit 032c490

Browse files
committed
Use committee id from timeboost configs.
1 parent d48fb68 commit 032c490

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packer/overlay/etc/systemd/system/timeboost.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ After=network.target
44
Requires=network-online.target
55

66
[Service]
7-
ExecStart=/usr/local/bin/timeboost --config /etc/timeboost/timeboost.toml --committee-id ${TIMEBOOST_COMMITTEE_ID}
7+
ExecStart=/usr/local/bin/timeboost --config /etc/timeboost/timeboost.toml
88
Restart=always
99
RestartSec=5
1010

0 commit comments

Comments
 (0)