summaryrefslogtreecommitdiff
path: root/integration/scripts/files/elements/guest-agent/install.d/guest-agent-source-install/guest-agent.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'integration/scripts/files/elements/guest-agent/install.d/guest-agent-source-install/guest-agent.logrotate')
-rw-r--r--integration/scripts/files/elements/guest-agent/install.d/guest-agent-source-install/guest-agent.logrotate7
1 files changed, 1 insertions, 6 deletions
diff --git a/integration/scripts/files/elements/guest-agent/install.d/guest-agent-source-install/guest-agent.logrotate b/integration/scripts/files/elements/guest-agent/install.d/guest-agent-source-install/guest-agent.logrotate
index 2a42143a..235b4c48 100644
--- a/integration/scripts/files/elements/guest-agent/install.d/guest-agent-source-install/guest-agent.logrotate
+++ b/integration/scripts/files/elements/guest-agent/install.d/guest-agent-source-install/guest-agent.logrotate
@@ -1,4 +1,4 @@
-/var/log/guest-agent.log {
+/var/log/trove/trove-guestagent.log {
daily
rotate 10
missingok
@@ -6,9 +6,4 @@
compress
delaycompress
sharedscripts
- postrotate
- # Signal name shall not have the SIG prefix in kill command
- # http://pubs.opengroup.org/onlinepubs/9699919799/utilities/kill.html
- kill -s USR1 $(cat /var/run/guest-agent.pid)
- endscript
}