Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: modules/adblockplus/manifests/web/mimeo.pp

Issue 29592640: #4724 - Restart mimeo service after log rotation (Closed)
Patch Set: Created Oct. 30, 2017, 5:53 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/adblockplus/manifests/web/mimeo.pp
===================================================================
--- a/modules/adblockplus/manifests/web/mimeo.pp
+++ b/modules/adblockplus/manifests/web/mimeo.pp
@@ -93,6 +93,9 @@
' compress',
' missingok',
' nodateext',
+ ' postrotate',
+ ' /bin/systemctl restart mimeo.service',
+ ' endscript',
'}',
], "\n"),
default => undef,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld