summarylogtreecommitdiffstats
path: root/tcsd.service
diff options
context:
space:
mode:
Diffstat (limited to 'tcsd.service')
-rw-r--r--tcsd.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/tcsd.service b/tcsd.service
new file mode 100644
index 000000000000..33f4de65eb73
--- /dev/null
+++ b/tcsd.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=Manager for Trusted Computing resources
+After=sysinit.target
+
+[Service]
+User=tss
+ExecStart=/usr/bin/tcsd -f -c /etc/tcsd.conf
+
+[Install]
+WantedBy=default.target