restart apache for PHP
This commit is contained in:
@ -4,3 +4,7 @@
|
||||
].each do |pkg|
|
||||
apt_package pkg
|
||||
end
|
||||
|
||||
systemd_unit 'apache2.service' do
|
||||
action :restart
|
||||
end
|
||||
|
Reference in New Issue
Block a user