summarylogtreecommitdiffstats
path: root/foldingathome-user.service
diff options
context:
space:
mode:
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
+