From: Joonas Niilola Date: Fri, 27 Mar 2020 07:15:22 +0000 (+0200) Subject: sci-biology/foldingathome: attempt to fix init and service files X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8590abe524112ff82b52b9a91ad120885f1e65fb;p=gentoo.git sci-biology/foldingathome: attempt to fix init and service files - non-maintainer commit, since axs seems to be inactive. Bug: https://bugs.gentoo.org/712744 Bug: https://bugs.gentoo.org/714160 Signed-off-by: Joonas Niilola --- diff --git a/sci-biology/foldingathome/foldingathome-7.5.1.ebuild b/sci-biology/foldingathome/foldingathome-7.5.1-r1.ebuild similarity index 95% rename from sci-biology/foldingathome/foldingathome-7.5.1.ebuild rename to sci-biology/foldingathome/foldingathome-7.5.1-r1.ebuild index c70c153803ae..4b545b5770cf 100644 --- a/sci-biology/foldingathome/foldingathome-7.5.1.ebuild +++ b/sci-biology/foldingathome/foldingathome-7.5.1-r1.ebuild @@ -71,7 +71,7 @@ command="${EPREFIX}/opt/foldingathome/FAHClient" command_args="\${FOLD_OPTS}" command_user=foldingathome command_background=1 -pidfile="\${PIDFILE}" +procname="FAHClient" EOF newinitd "${T}"/fah-init foldingathome @@ -85,9 +85,9 @@ Type=simple User=foldingathome WorkingDirectory=${EPREFIX}/opt/foldingathome PIDFile=/run/fahclient.pid -ExecStart=${EPREFIX}/opt/foldingathome/FAHClient -v start -ExecReload=${EPREFIX}/opt/foldingathome/FAHClient -v restart -ExecStop=${EPREFIX}/opt/foldingathome/FAHClient -v stop +ExecStart=${EPREFIX}/opt/foldingathome/FAHClient -v +#ExecReload=${EPREFIX}/opt/foldingathome/FAHClient -v restart +#ExecStop=${EPREFIX}/opt/foldingathome/FAHClient -v stop KillMode=process [Install]