mirror of
https://github.com/moparisthebest/arch-ppa
synced 2024-12-18 12:42:16 -05:00
10 lines
276 B
Plaintext
10 lines
276 B
Plaintext
|
/var/log/prosody/prosody.log /var/log/prosody/prosody.err {
|
||
|
# olddir /var/log/old/prosody
|
||
|
create 644 prosody prosody
|
||
|
sharedscripts
|
||
|
missingok
|
||
|
postrotate
|
||
|
/bin/kill -HUP `cat /run/prosody/prosody.pid 2> /dev/null` 2> /dev/null || true
|
||
|
endscript
|
||
|
}
|