mirror of
https://github.com/JakeHillion/scx.git
synced 2024-11-26 19:30:24 +00:00
Merge branch 'main' into htejun/rusty
This commit is contained in:
commit
91213de713
@ -4,6 +4,9 @@ install_data('scx.initrd', install_dir: '/etc/init.d', rename: 'scx')
|
||||
# Install the 'scx' file to the '/etc/default' directory
|
||||
install_data('../scx', install_dir: '/etc/default')
|
||||
|
||||
# Install the 'scx.logrotate' file to /etc/logrotate.d/scx
|
||||
install_data('scx.logrotate', install_dir: '/etc/logrotate.d', rename: 'scx')
|
||||
|
||||
# Symlinking /etc/default/scx to /etc/conf.d/scx
|
||||
install_symlink(
|
||||
'scx',
|
||||
|
6
services/openrc/scx.logrotate
Normal file
6
services/openrc/scx.logrotate
Normal file
@ -0,0 +1,6 @@
|
||||
/var/log/scx/*.log {
|
||||
missingok
|
||||
minsize 4M
|
||||
notifempty
|
||||
copytruncate
|
||||
}
|
Loading…
Reference in New Issue
Block a user