mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-23 23:41:10 +02:00
Restart tpmd on failure
This is a critical component - make sure it restarts on any failures
This commit is contained in:
parent
69fb2322b0
commit
ddbbbc80a5
@ -4,6 +4,8 @@ Requires=tcsd.service
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/bin/tpmd 23179
|
ExecStart=/bin/tpmd 23179
|
||||||
|
Restart=always
|
||||||
|
RestartSec=0
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
Loading…
x
Reference in New Issue
Block a user