summaryrefslogtreecommitdiffstats
path: root/meta-tpm/recipes-tpm/trousers/files/tcsd.service
blob: f245dada6b421303e3ee026f22c0c3ae7379cae1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[Unit]
Description=TrouSerS TCG Core Services daemon
After=syslog.target network.target
ConditionPathExists=|/dev/tpm0
ConditionPathExists=|/dev/tpm

[Service]
Type=forking
ExecStart=@SBINDIR@/tcsd
TimeoutSec=30s
Restart=on-failure
RestartSec=4
StartLimitInterval=25
StartLimitBurst=5

[Install]
WantedBy=multi-user.target