]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/chef/templates/default/logrotate.erb
Drop support for older Ubuntu versions
[chef.git] / cookbooks / chef / templates / default / logrotate.erb
index 0257a83c307352efba91fdd53533755c728c6b73..ecaf252193d2936a0593060c613927add73a9d89 100644 (file)
@@ -5,6 +5,6 @@
   weekly
   compress
   postrotate
-       restart chef-client > /dev/null
+       systemctl try-restart chef-client.service
   endscript
 }