diff options
Diffstat (limited to 'app-crypt/trousers/files/tcsd.service')
-rw-r--r-- | app-crypt/trousers/files/tcsd.service | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app-crypt/trousers/files/tcsd.service b/app-crypt/trousers/files/tcsd.service new file mode 100644 index 000000000000..4a46e6143bc1 --- /dev/null +++ b/app-crypt/trousers/files/tcsd.service @@ -0,0 +1,10 @@ +[Unit] +Description=TCG Core Services Daemon + +[Service] +User=tss +ExecStart=/usr/sbin/tcsd -f + +[Install] +WantedBy=multi-user.target + |