From d75f96dea025efec732ef8469ea9b3bb30e722f0 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Tue, 21 Mar 2017 01:40:17 +0300 Subject: sync with gentoo --- net-misc/i2pd/files/i2pd.initd | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 net-misc/i2pd/files/i2pd.initd (limited to 'net-misc/i2pd/files/i2pd.initd') diff --git a/net-misc/i2pd/files/i2pd.initd b/net-misc/i2pd/files/i2pd.initd deleted file mode 100644 index cc3d234..0000000 --- a/net-misc/i2pd/files/i2pd.initd +++ /dev/null @@ -1,24 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -description="C++ daemon for accessing the I2P network" - -depend() { - use dns logger netmount -} - -start() { - ebegin "Starting ${SVCNAME}" - checkpath -f "${I2PD_LOG}" -o "${I2PD_USER}:${I2PD_GROUP}" - checkpath -f "${I2PD_PID}" -o "${I2PD_USER}:${I2PD_GROUP}" - start-stop-daemon -S -b -u "${I2PD_USER}:${I2PD_GROUP}" /usr/bin/i2pd -- ${I2PDOPTIONS} - eend $? -} - -stop() { - ebegin "Stopping ${SVCNAME}" - start-stop-daemon -K -p "${I2PD_PID}" - eend $? -} -- cgit v1.2.3