summarylogtreecommitdiffstats
path: root/foldingathome.service
diff options
context:
space:
mode:
Diffstat (limited to 'foldingathome.service')
-rw-r--r--foldingathome.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/foldingathome.service b/foldingathome.service
new file mode 100644
index 000000000000..5219a6317ca8
--- /dev/null
+++ b/foldingathome.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=Folding@home distributed computing client
+After=network.target
+
+[Service]
+Type=simple
+WorkingDirectory=/opt/fah
+ExecStart=/opt/fah/FAHClient --config /opt/fah/config.xml --exec-directory=/opt/fah --data-directory=/opt/fah
+
+[Install]
+WantedBy=multi-user.target
+