/lib/systemd/system/tpm2-resourcemgr.service is in libtss2-utils 0.98+20160226.d4f23cc-0ubuntu2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 | [Unit]
Description=TPM resource manager daemon
[Service]
EnvironmentFile=-/etc/default/tpm2-resourcemgr
ExecStart=/usr/sbin/resourcemgr $resourcemgr_opts
StandardOutput=syslog
[Install]
WantedBy=multi-user.target
|