]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/tile/templates/default/logrotate.apache.erb
Make tile server export script require a valid TOTP token
[chef.git] / cookbooks / tile / templates / default / logrotate.apache.erb
index 9a82d4ca8258734031ed03e9899f581bd7048813..b5ccccccad3c142cec54b0bda23f40f5a94ac2d0 100644 (file)
@@ -11,6 +11,6 @@
   create 640 root adm
   sharedscripts
   postrotate
-    /usr/bin/service apache2 reload > /dev/null
+    /bin/systemctl reload apache2
   endscript
 }