mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-21 07:03:56 +02:00
Merge pull request #278 from matter-labs/metadata-fail
feat(tdx_google): add onFailure action to reboot on metadata.service errors
This commit is contained in:
commit
d345c62db7
1 changed files with 3 additions and 0 deletions
|
@ -49,5 +49,8 @@
|
|||
KAFKA_URLS="''${KAFKA_URLS}"
|
||||
EOF
|
||||
'';
|
||||
postStop = lib.mkDefault ''
|
||||
shutdown --reboot +5
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue