Skip to content

Instantly share code, notes, and snippets.

@lopezpdvn
Created April 17, 2015 09:36
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lopezpdvn/81c8bb867c51292045c6 to your computer and use it in GitHub Desktop.
Save lopezpdvn/81c8bb867c51292045c6 to your computer and use it in GitHub Desktop.
Systemd service unit for FAHClient // Folding@Home Client
[Unit]
Description=Folding@Home V7 Client
Documentation=https://folding.stanford.edu/home/the-software/
[Service]
Type=simple
PIDFile=/var/run/fahclient.pid
ExecStart=/usr/local/bin/FAHClient -v start
ExecReload=/usr/local/bin/FAHClient -v restart
ExecStop=/usr/local/bin/FAHClient -v stop
KillMode=process
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment