mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
7d7723f7e6
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
11 lines
228 B
Text
11 lines
228 B
Text
/var/log/xrdp-sesman.log {
|
|
# create 644 root root
|
|
daily
|
|
# compress
|
|
# rotate 7
|
|
missingok
|
|
postrotate
|
|
/bin/kill -HUP `cat /var/run/xrdp-sesman.pid 2>/dev/null` 2> /dev/null || true
|
|
endscript
|
|
}
|
|
|