From e70f3d2362a03a2958cd915d6103dda0cf29a853 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tam=C3=A1s=20G=C3=A9rczei?= Date: Wed, 27 Mar 2019 12:44:55 +0000 Subject: [PATCH] removed stale reference script --- sys-apps/ksmtuned/files/git-daemon | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100755 sys-apps/ksmtuned/files/git-daemon diff --git a/sys-apps/ksmtuned/files/git-daemon b/sys-apps/ksmtuned/files/git-daemon deleted file mode 100755 index 78e5444..0000000 --- a/sys-apps/ksmtuned/files/git-daemon +++ /dev/null @@ -1,13 +0,0 @@ -#!/sbin/openrc-run -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -pidfile="/var/run/git-daemon.pid" -command="/usr/bin/git" -command_args="daemon ${GITDAEMON_OPTS}" -command_user="${GIT_USER:-nobody}:${GIT_GROUP:-nobody}" -start_stop_daemon_args="-e HOME= -e XDG_CONFIG_HOME= -b -m" - -depend() { - use logger -}