1
0
forked from pool/boinc-client
boinc-client/boinc-logrotate
Jan Engelhardt 36847e308a Accepting request 1137157 from home:aaronpuchert:branches:network
- 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
2024-01-06 00:57:49 +00:00

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
#}