Skip to content

Commit 467d39e

Browse files
committed
chore: run shutdown on service
1 parent ac704b3 commit 467d39e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

infra/aggregation_mode/aggregation_mode.service

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ Type=oneshot
77
WorkingDirectory=/home/user
88
ExecStartPre=sleep 60
99
ExecStart=/home/user/.cargo/bin/proof_aggregator /home/user/config/config-proof-aggregator.yaml
10+
ExecStartPost=/home/user/repos/aggregation_mode/aligned_layer/infra/aggregation_mode/aggregation_mode_shutdown.sh
1011
RemainAfterExit=yes
1112
Environment="SP1_PROVER=cuda"
13+
EnvironmentFile=/home/app/config/.env.aggregation_mode_shutdown
1214

1315
[Install]
1416
WantedBy=multi-user.target

0 commit comments

Comments
 (0)