summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--foldingathome.service2
3 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1909a678b0d3..8084f93d26ab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = foldingathome
pkgdesc = A distributed computing project for simulating protein dynamics
pkgver = 7.5.1
- pkgrel = 3
+ pkgrel = 4
url = https://foldingathome.org/
arch = x86_64
license = custom
@@ -16,7 +16,7 @@ pkgbase = foldingathome
source = https://download.foldingathome.org/releases/public/release/fahclient/debian-stable-64bit/v7.5/fahclient_7.5.1-64bit-release.tar.bz2
source = foldingathome.service
sha256sums = 69a2562a4bc30bf10e1954bedd8b96aaf57df7eafcfca828f29304fbbbc2521f
- sha256sums = 8ddb89e8f9e9d66fc690a54b1d1c19e83cfdff29e198c5d31a7c485f451005a3
+ sha256sums = a5c9eb3114afec305dddaf31ea91341d2628fdf0ac02b8769941f4c4f9bc6cc6
pkgname = foldingathome
diff --git a/PKGBUILD b/PKGBUILD
index ed6ff911442b..9331053bc8b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=foldingathome
pkgver=7.5.1
-pkgrel=3
+pkgrel=4
pkgdesc='A distributed computing project for simulating protein dynamics'
arch=(x86_64)
url=https://foldingathome.org/
@@ -27,7 +27,7 @@ source=(
foldingathome.service
)
sha256sums=('69a2562a4bc30bf10e1954bedd8b96aaf57df7eafcfca828f29304fbbbc2521f'
- '8ddb89e8f9e9d66fc690a54b1d1c19e83cfdff29e198c5d31a7c485f451005a3')
+ 'a5c9eb3114afec305dddaf31ea91341d2628fdf0ac02b8769941f4c4f9bc6cc6')
package() {
install -Dm 755 fahclient_${pkgver}-64bit-release/FAHClient -t "${pkgdir}"/usr/bin/
diff --git a/foldingathome.service b/foldingathome.service
index 3218b2409559..a62b97e1ca77 100644
--- a/foldingathome.service
+++ b/foldingathome.service
@@ -11,6 +11,8 @@ WorkingDirectory=/var/lib/fah
ReadWritePaths=/etc/foldingathome/config.xml
ExecStartPre=/usr/bin/cp /etc/foldingathome/config.xml /var/lib/fah/
ExecStart=/usr/bin/FAHClient
+CPUSchedulingPolicy=idle
+IOSchedulingClass=3
[Install]
WantedBy=multi-user.target