/[packages]/updates/3/boinc-client/current/SOURCES/boinc-client-systemd
ViewVC logotype

Contents of /updates/3/boinc-client/current/SOURCES/boinc-client-systemd

Parent Directory Parent Directory | Revision Log Revision Log


Revision 597754 - (show annotations) (download)
Fri Feb 28 00:31:58 2014 UTC (10 years, 1 month ago) by dams
File size: 503 byte(s)
- new stable version 7.2.39 to fix mga#12129
- replace init.d with systemd
- SILENT sources are now from git (no more svn)
- SILENT rediff/clean/update patches
- SILENT update/clean BuildRequires
- SILENT update/clean Requires
- SILENT update/clean specfile
- SILENT update file list

1 [Unit]
2 Description=Berkeley Open Infrastructure Network Computing Client
3 After=network.target
4
5 [Service]
6 Nice=10
7 User=boinc
8 PermissionsStartOnly=yes
9 ExecStartPre=/bin/sleep 1
10 ExecStartPre=/usr/bin/touch /var/log/boinc.log /var/log/boincerr.log
11 ExecStartPre=/usr/bin/chown boinc:boinc /var/log/boinc.log /var/log/boincerr.log
12 ExecStart=/usr/bin/boinc --dir /var/lib/boinc
13 ExecReload=/usr/bin/boinccmd --read_cc_config
14 ExecStopPost=/bin/rm -f /var/lib/boinc/lockfile
15
16 [Install]
17 WantedBy=multi-user.target

  ViewVC Help
Powered by ViewVC 1.1.30