Delete unnecesary `supervisord` steps.

This commit is contained in:
Kazuhiro MUSASHI 2022-12-18 21:15:01 +09:00
parent 6f48a84591
commit e4282e28d7
1 changed files with 0 additions and 5 deletions

View File

@ -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