From 40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 28 Apr 2021 20:21:43 +0100 Subject: gentoo resync : 28.04.2021 --- net-misc/gofish/files/gofish-1.2-r1.rc | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 net-misc/gofish/files/gofish-1.2-r1.rc (limited to 'net-misc/gofish/files/gofish-1.2-r1.rc') diff --git a/net-misc/gofish/files/gofish-1.2-r1.rc b/net-misc/gofish/files/gofish-1.2-r1.rc new file mode 100644 index 000000000000..2566bbca99c3 --- /dev/null +++ b/net-misc/gofish/files/gofish-1.2-r1.rc @@ -0,0 +1,12 @@ +#!/sbin/openrc-run +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +command="/usr/sbin/gofish" +command_args="${GOFISH_START_OPTS}" +command_args_background="-d" +pidfile="/var/run/gofish.pid" + +depend() { + need net +} -- cgit v1.2.3