mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-23 15:31:05 +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
|
||||
|
||||
[Service]
|
||||
User=tss
|
||||
ExecStart=/bin/tpmd
|
||||
ExecStart=/bin/tpmd 23179
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
Loading…
x
Reference in New Issue
Block a user