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:
Matthew Garrett 2016-03-24 12:54:41 -07:00
parent 9ba076a9af
commit 1a03a35c33

View File

@ -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