void-packages/srcpkgs/fah/files/FAHClient/run
Jürgen Buchmüller 57e9d3ed49 New package: fah-7.5.1
Folding@Home debian packages collection which installs FAHClient service,
FAHControl, FAHCoreWrapper, and FAHViewer binaries.

The license of FAHClient does not allow redistribution thus set this
package to restricted.
2020-04-11 03:56:33 +02:00

5 lines
121 B
Bash
Executable file

#!/bin/sh
OPTS=--run-as=_fah
set -e
[ -r config ] && . config
cd /usr/libexec/_fah && exec /usr/bin/FAHClient $OPTS 2>&1