summarylogtreecommitdiffstats
path: root/apache.install
blob: e7b72b74f4d26c92891dec09dc4a51ea02068493 (plain)
1
2
3
4
5
6
7
post_install() {
  systemd-tmpfiles --create apache.conf
}

post_upgrade() {
  systemd-tmpfiles --create apache.conf
}