Navigation Menu

Skip to content

Commit

Permalink
Update for Ubuntu 18.04
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 21, 2018
1 parent b37c75f commit 962e0b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansible/files/etc/logrotate.d/apache2
Expand Up @@ -8,8 +8,8 @@
create 640 root adm
sharedscripts
postrotate
if /etc/init.d/apache2 status > /dev/null ; then \
/etc/init.d/apache2 reload > /dev/null; \
if invoke-rc.d apache2 status > /dev/null 2>&1; then \
invoke-rc.d apache2 reload > /dev/null 2>&1; \
fi;
endscript
prerotate
Expand Down

0 comments on commit 962e0b3

Please sign in to comment.