mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-06 01:57:40 +00:00
7612f38ced
Computing Software Stack. It is mostly compliant with the TSS 1.2 specification. Obtained from: http://bsssd.sourceforge.net/
10 lines
267 B
Plaintext
10 lines
267 B
Plaintext
To run tcsd automatically, add the following line to /etc/rc.conf
|
|
|
|
tcsd_enable="YES"
|
|
|
|
You might want to edit %%PREFIX%%/etc/tcsd.conf to reflect your setup.
|
|
|
|
To use TPM, add your_account to '%%GROUPS%%' group like following:
|
|
|
|
# pw groupadd %%GROUPS%% -m your_account
|