diff --git a/cookbooks/loki/setup.rb b/cookbooks/loki/setup.rb index 368abf4..36eaff3 100644 --- a/cookbooks/loki/setup.rb +++ b/cookbooks/loki/setup.rb @@ -89,11 +89,6 @@ remote_file '/etc/logrotate.d/loki' do mode '644' end -# Restart the `supervisor`: -service 'supervisor' do - action :nothing -end - # Firewall settings here: %w( 3100/tcp ).each do |p| execute "ufw allow #{p}" do