forked from pool/boinc-client
Jan Engelhardt
36847e308a
- Use systemd-sysusers to create service user and group. - Add service user to "render" group to allow BOINC applications to use GPU devices for accelerated computation. DRM render nodes have been restricted in sr#1128161. - Remove unused SysV init script. - Update README.SUSE and the logrotate configuration file to use systemctl instead of the no longer relevant init script. OBS-URL: https://build.opensuse.org/request/show/1137157 OBS-URL: https://build.opensuse.org/package/show/network/boinc-client?expand=0&rev=114
28 lines
486 B
Plaintext
28 lines
486 B
Plaintext
/var/log/boinc-client.log {
|
|
daily
|
|
compress
|
|
dateext
|
|
notifempty
|
|
rotate 99
|
|
size +4096k
|
|
missingok
|
|
create 644 root root
|
|
postrotate
|
|
/usr/bin/systemctl restart boinc-client.service
|
|
endscript
|
|
}
|
|
|
|
#/var/log/boinc-client_err.log {
|
|
# daily
|
|
# compress
|
|
# dateext
|
|
# notifempty
|
|
# rotate 99
|
|
# size +4096k
|
|
# missingok
|
|
# create 644 root root
|
|
# postrotate
|
|
# /usr/bin/systemctl restart boinc-client.service
|
|
# endscript
|
|
#}
|