commit | 4b928de257c49532a3ef5e13e5d90e60f7f51a3e | [log] [tgz] |
---|---|---|
author | Seungjae Yoo <seungjaeyoo@google.com> | Tue Feb 11 19:52:20 2025 -0800 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Feb 11 19:52:20 2025 -0800 |
tree | 718ac095e145931d014af8b45051c3ad047016ec | |
parent | 69e48601274946507e269289d855946c60e9ee92 [diff] | |
parent | 0f849a4bdf2e42e24986f05b0a6c9f8060320c8a [diff] |
Merge "Restart shutdown_runner in Linux VM on failure" into main
diff --git a/guest/shutdown_runner/debian/service b/guest/shutdown_runner/debian/service index d19ff25..7188d36 100644 --- a/guest/shutdown_runner/debian/service +++ b/guest/shutdown_runner/debian/service
@@ -6,6 +6,8 @@ [Service] ExecStart=/usr/bin/bash -c '/usr/bin/shutdown_runner --grpc_port $(cat /mnt/internal/debian_service_port)' Type=simple +Restart=on-failure +RestartSec=1 User=root Group=root