summarylogtreecommitdiffstats
path: root/hhvm.install
blob: 6f322339526a98052988eed358f165908989cf22 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
	if [[ ! -d run/hhvm ]]; then
		usr/bin/systemd-tmpfiles --create hhvm.conf
	fi

    echo  Run 'systemctl start hhvm@server.service' to start the server.
}

post_upgrade() {
	post_install
}