aboutsummaryrefslogtreecommitdiff
path: root/app-crypt/tang/files/tangd.initd
diff options
context:
space:
mode:
authorJulien Roy <julien@jroy.ca>2022-11-29 16:22:44 -0500
committerJulien Roy <julien@jroy.ca>2022-11-29 16:22:44 -0500
commit33dc74c7fd993d450bc3583538958c41f2453878 (patch)
tree6eda0224b0eabe2feee778f83acb7793576e8024 /app-crypt/tang/files/tangd.initd
parent3351ed6c646243fcd6c981d44780b2f50d458e15 (diff)
downloadMrRoy-Overlay-33dc74c7fd993d450bc3583538958c41f2453878.tar.gz
MrRoy-Overlay-33dc74c7fd993d450bc3583538958c41f2453878.tar.bz2
MrRoy-Overlay-33dc74c7fd993d450bc3583538958c41f2453878.zip
Remove ebuilds that are in GURU or abandoned
Diffstat (limited to 'app-crypt/tang/files/tangd.initd')
-rw-r--r--app-crypt/tang/files/tangd.initd11
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