aboutsummaryrefslogtreecommitdiffstats
path: root/testing/gnunet/gnunet-user-services.initd
diff options
context:
space:
mode:
Diffstat (limited to 'testing/gnunet/gnunet-user-services.initd')
-rw-r--r--testing/gnunet/gnunet-user-services.initd16
1 files changed, 0 insertions, 16 deletions
diff --git a/testing/gnunet/gnunet-user-services.initd b/testing/gnunet/gnunet-user-services.initd
deleted file mode 100644
index 04188ade25b..00000000000
--- a/testing/gnunet/gnunet-user-services.initd
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/sbin/openrc-run
-
-# Extract user name from file name.
-user="${SVCNAME#gnunet-}" # Cut off prefix.
-user="${user%-services}" # Cut off suffix.
-
-description="GNUnet user services for $user"
-command="/usr/lib/gnunet/libexec/gnunet-service-arm"
-command_args="-c /home/$user/.config/gnunet.conf"
-command_user="$user:$user"
-command_background="yes"
-pidfile="/run/${SVCNAME}.$user.pid"
-
-depend() {
- need gnunet-system-services
-}