We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac704b3 commit 467d39eCopy full SHA for 467d39e
1 file changed
infra/aggregation_mode/aggregation_mode.service
@@ -7,8 +7,10 @@ Type=oneshot
7
WorkingDirectory=/home/user
8
ExecStartPre=sleep 60
9
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
11
RemainAfterExit=yes
12
Environment="SP1_PROVER=cuda"
13
+EnvironmentFile=/home/app/config/.env.aggregation_mode_shutdown
14
15
[Install]
16
WantedBy=multi-user.target
0 commit comments