Delete unnecesary `supervisord` steps.
This commit is contained in:
parent
6f48a84591
commit
e4282e28d7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue