mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-24 07:51:03 +02:00
Fix up tpmd service
This has to run as root (in order to be able to read the kernel event logs) and be given a port to bind to.
This commit is contained in:
parent
9ba076a9af
commit
1a03a35c33
@ -3,8 +3,7 @@ Description=TPM remote access daemon
|
|||||||
Requires=tcsd.service
|
Requires=tcsd.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
User=tss
|
ExecStart=/bin/tpmd 23179
|
||||||
ExecStart=/bin/tpmd
|
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
Loading…
x
Reference in New Issue
Block a user