From 93aad42f23bdfba546afe4225e0cfc27e7b8ffac Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Sun, 17 Apr 2022 16:37:42 -0400 Subject: Updated tang --- app-crypt/tang/files/tang.initd | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 app-crypt/tang/files/tang.initd (limited to 'app-crypt/tang/files/tang.initd') diff --git a/app-crypt/tang/files/tang.initd b/app-crypt/tang/files/tang.initd deleted file mode 100644 index 4b7e429..0000000 --- a/app-crypt/tang/files/tang.initd +++ /dev/null @@ -1,16 +0,0 @@ -#!/sbin/openrc-run -# Copyright 2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -port=8888 -bind=0.0.0.0 -tangd=/usr/libexec/tangd -tangdir=/var/db/tang - -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=${bind},fork SYSTEM:'${tangd} ${tangdir}'" -command_background=true -- cgit v1.2.3