blob: 8b2984f8f566f0232fd8e01d477ab660135400d5 (
about) (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
/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
}
|