diff options
Diffstat (limited to 'abs/extra/foldingathome/foldingathome-v7/foldingathome-v7.service')
-rw-r--r-- | abs/extra/foldingathome/foldingathome-v7/foldingathome-v7.service | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/abs/extra/foldingathome/foldingathome-v7/foldingathome-v7.service b/abs/extra/foldingathome/foldingathome-v7/foldingathome-v7.service new file mode 100644 index 0000000..4634582 --- /dev/null +++ b/abs/extra/foldingathome/foldingathome-v7/foldingathome-v7.service @@ -0,0 +1,12 @@ +[Unit] +Description=Folding@home V7 distributed computing client +After=network.target + +[Service] +Type=simple +WorkingDirectory=/opt/fah-v7 +ExecStart=/opt/fah-v7/FAHClient --config /opt/fah-v7/config.xml --exec-directory=/opt/fah-v7 --data-directory=/opt/fah-v7 + +[Install] +WantedBy=multi-user.target + |