restart apache for PHP

This commit is contained in:
2019-06-30 23:30:40 -04:00
parent dfd824e495
commit 7444f88bc5
2 changed files with 5 additions and 1 deletions

View File

@ -4,3 +4,7 @@
].each do |pkg|
apt_package pkg
end
systemd_unit 'apache2.service' do
action :restart
end