diff options
Diffstat (limited to 'pcr/trousers/tcsd.service')
-rw-r--r-- | pcr/trousers/tcsd.service | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/pcr/trousers/tcsd.service b/pcr/trousers/tcsd.service new file mode 100644 index 000000000..33f4de65e --- /dev/null +++ b/pcr/trousers/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 |