summarylogtreecommitdiffstats
path: root/foldingathome.service
blob: 5219a6317ca87fcf75cf3e65cdac37582385c8b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
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