diff options
Diffstat (limited to 'app-crypt/tang/files/tangd.service')
-rw-r--r-- | app-crypt/tang/files/tangd.service | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app-crypt/tang/files/tangd.service b/app-crypt/tang/files/tangd.service new file mode 100644 index 0000000..8a7507b --- /dev/null +++ b/app-crypt/tang/files/tangd.service @@ -0,0 +1,9 @@ +[Unit] +Description=Tang Server + +[Service] +StandardInput=socket +StandardOutput=socket +StandardError=journal +ExecStart=/usr/bin/socat "TCP-LISTEN:8888,bind=0.0.0.0,fork SYSTEM:'/usr/libexec/tangd /var/db/tang'" +User=tang |