mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 10:32:13 +08:00
6 lines
128 B
Plaintext
6 lines
128 B
Plaintext
|
/var/log/xferlog {
|
||
|
postrotate
|
||
|
/bin/kill -HUP `cat /var/run/proftpd.pid 2>/dev/null` 2>/dev/null || true
|
||
|
endscript
|
||
|
}
|