10 lines
208 B
Plaintext
10 lines
208 B
Plaintext
/var/log/xrdp-sesman.log {
|
|
create 644 root root
|
|
daily
|
|
compress
|
|
missingok
|
|
postrotate
|
|
/bin/kill -HUP `cat /var/run/xrdp-sesman.pid 2>/dev/null` 2> /dev/null || true
|
|
endscript
|
|
}
|