summarylogtreecommitdiffstats
path: root/foldingathome-user.service
diff options
context:
space:
mode:
authorMaxime Gauduin2020-04-19 16:34:27 +0200
committerMaxime Gauduin2020-04-19 16:35:38 +0200
commit24f0b7bb9881766d08bed928d324f7cf068aa3b7 (patch)
treeda732deefb17d534f9dec3581ad36141d0c07352 /foldingathome-user.service
parent7aaca990b934f4eea3058f5f87bbfc4b25360209 (diff)
downloadaur-24f0b7bb9881766d08bed928d324f7cf068aa3b7.tar.gz
bump to 7.6.9 and add user systemd service
Diffstat (limited to 'foldingathome-user.service')
-rw-r--r--foldingathome-user.service14
1 files changed, 14 insertions, 0 deletions
diff --git a/foldingathome-user.service b/foldingathome-user.service
new file mode 100644
index 000000000000..99ed888051e6
--- /dev/null
+++ b/foldingathome-user.service
@@ -0,0 +1,14 @@
+[Unit]
+Description=Folding@home distributed computing client
+After=network.target
+
+[Service]
+Type=simple
+WorkingDirectory=%h/.config/fah
+ExecStart=/usr/bin/FAHClient
+CPUSchedulingPolicy=idle
+IOSchedulingClass=3
+
+[Install]
+WantedBy=default.target
+