From ddbbbc80a529e01ec74bb413a23d989b9432918a Mon Sep 17 00:00:00 2001 From: Matthew Garrett Date: Thu, 24 Mar 2016 13:19:31 -0700 Subject: [PATCH] Restart tpmd on failure This is a critical component - make sure it restarts on any failures --- .../coreos-overlay/app-crypt/go-tspi/files/tpmd.service | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sdk_container/src/third_party/coreos-overlay/app-crypt/go-tspi/files/tpmd.service b/sdk_container/src/third_party/coreos-overlay/app-crypt/go-tspi/files/tpmd.service index 7af811da6f..edf5c70aed 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-crypt/go-tspi/files/tpmd.service +++ b/sdk_container/src/third_party/coreos-overlay/app-crypt/go-tspi/files/tpmd.service @@ -4,6 +4,8 @@ Requires=tcsd.service [Service] ExecStart=/bin/tpmd 23179 +Restart=always +RestartSec=0 [Install] WantedBy=multi-user.target