diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-11-23 14:12:07 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-11-23 14:41:42 +0000 |
commit | a28895f56f2ab9233f7ad1b345e07c6249bef1f3 (patch) | |
tree | 84d5692bfd48a1c91da1bb1113078093be582b3f /community/open-vm-tools/open-vm-tools.logrotate | |
parent | 00fc18aa0c07998215c7fc55185c63ae496592eb (diff) | |
download | aports-a28895f56f2ab9233f7ad1b345e07c6249bef1f3.tar.bz2 aports-a28895f56f2ab9233f7ad1b345e07c6249bef1f3.tar.xz |
community/open-vm-tools: move from main
Diffstat (limited to 'community/open-vm-tools/open-vm-tools.logrotate')
-rw-r--r-- | community/open-vm-tools/open-vm-tools.logrotate | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/community/open-vm-tools/open-vm-tools.logrotate b/community/open-vm-tools/open-vm-tools.logrotate new file mode 100644 index 0000000000..79d7e67f2e --- /dev/null +++ b/community/open-vm-tools/open-vm-tools.logrotate @@ -0,0 +1,5 @@ +/var/log/vmware-vmsvc.log { + copytruncate + delaycompress + missingok +} |