From 644110a847c5911c2eb04eb53c93031740561efc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Thu, 28 Nov 2019 02:34:44 +0100 Subject: Initial import of an ebuilds tree from Fat-Zer's (Alexander Golubev) repository. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- trinity-base/lisa/files/reslisa | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 trinity-base/lisa/files/reslisa (limited to 'trinity-base/lisa/files/reslisa') diff --git a/trinity-base/lisa/files/reslisa b/trinity-base/lisa/files/reslisa new file mode 100644 index 00000000..dcb2c656 --- /dev/null +++ b/trinity-base/lisa/files/reslisa @@ -0,0 +1,19 @@ +#!/sbin/runscript +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +depend() { + use net +} + +start() { + ebegin "Starting reslisa" + start-stop-daemon --start -x _TDEDIR_/bin/reslisa -q -- 1>/dev/null + eend $? "Failed to start reslisa" +} + +stop() { + ebegin "Stopping reslisa" + start-stop-daemon --stop -x _TDEDIR_/bin/reslisa -q + eend $? "Failed to stop reslisa" +} -- cgit v1.2.1