aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-tpm/trousers/files/tcsd.service
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-tpm/trousers/files/tcsd.service')
-rw-r--r--recipes-tpm/trousers/files/tcsd.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes-tpm/trousers/files/tcsd.service b/recipes-tpm/trousers/files/tcsd.service
new file mode 100644
index 0000000..787d4e9
--- /dev/null
+++ b/recipes-tpm/trousers/files/tcsd.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=TCG Core Services Daemon
+After=syslog.target
+
+[Service]
+Type=forking
+ExecStart=@SBINDIR@/tcsd
+
+[Install]
+WantedBy=multi-user.target