diff options
Diffstat (limited to 'app-crypt/tang/files/tangd.initd')
-rw-r--r-- | app-crypt/tang/files/tangd.initd | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/app-crypt/tang/files/tangd.initd b/app-crypt/tang/files/tangd.initd deleted file mode 100644 index fc3c25c..0000000 --- a/app-crypt/tang/files/tangd.initd +++ /dev/null @@ -1,11 +0,0 @@ -#!/sbin/openrc-run -# Copyright 2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -name="tang daemon" -description="Tang binding daemon" -command=/usr/bin/socat -pidfile="/var/run/${RC_SVCNAME}.pid" -command_user="tang" -command_args="TCP-LISTEN:${PORT},bind=${ADDRESS},fork SYSTEM:'/usr/libexec/tangd ${TANGDIR}'" -command_background=true |