commit: 8590abe524112ff82b52b9a91ad120885f1e65fb Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Fri Mar 27 07:15:22 2020 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Fri Mar 27 07:17:34 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8590abe5
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 <juippis <AT> gentoo.org> .../{foldingathome-7.5.1.ebuild => foldingathome-7.5.1-r1.ebuild} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 c70c153803a..4b545b5770c 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]
