Accepting request 227113 from home:computersalat:devel:network

update to 7.2.42

OBS-URL: https://build.opensuse.org/request/show/227113
OBS-URL: https://build.opensuse.org/package/show/network/boinc-client?expand=0&rev=34
This commit is contained in:
Christian Wittmer
2014-03-22 14:01:27 +00:00
committed by Git OBS Bridge
parent f69864460a
commit c6f7a6803b
13 changed files with 166 additions and 215 deletions

19
boinc-client.service Normal file
View File

@@ -0,0 +1,19 @@
[Unit]
Description=Berkeley Open Infrastructure Network Computing Client
After=network.target
[Service]
Nice=10
User=boinc
CPUShares=2
ControlGroup=cpu:/background
PermissionsStartOnly=yes
ExecStartPre=/bin/sleep 1
ExecStartPre=/usr/bin/touch /var/log/boinc.log /var/log/boincerr.log
ExecStartPre=/usr/bin/chown boinc:boinc /var/log/boinc.log /var/log/boincerr.log
ExecStart=/usr/bin/boinc --dir /var/lib/boinc
ExecReload=/usr/bin/boinccmd --read_cc_config
ExecStopPost=/bin/rm -f /var/lib/boinc/lockfile
[Install]
WantedBy=multi-user.target