Initial Commit
This commit is contained in:
commit
3e5d6d88f3
17 changed files with 1109 additions and 0 deletions
18
lib/systemd/system/fah-client.service
Normal file
18
lib/systemd/system/fah-client.service
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
[Unit]
|
||||
Description=Folding@home Client
|
||||
After=network.target nss-lookup.target
|
||||
|
||||
[Service]
|
||||
User=fah-client
|
||||
ExecStart=/usr/bin/fah-client --config=/etc/fah-client/config.xml --log=/var/log/fah-client/log.txt --log-rotate-dir=/var/log/fah-client/
|
||||
WorkingDirectory=/var/lib/fah-client
|
||||
Restart=always
|
||||
StandardOutput=null
|
||||
KillMode=mixed
|
||||
PrivateTmp=yes
|
||||
NoNewPrivileges=yes
|
||||
ProtectSystem=full
|
||||
ProtectHome=yes
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Loading…
Add table
Add a link
Reference in a new issue