diff options
author | Ivan Kohler <ivan@freeside.biz> | 2024-07-15 14:04:10 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2024-07-15 14:04:10 -0700 |
commit | d7d595017893aa3c4ffa23ca56d85de1dd68e5ed (patch) | |
tree | 607b1d0ccabdb1559ec41d28c8377c18d536a8f0 /debian/rules | |
parent | 400a6a7ef33be86a658c9b18ebd66acd65a0e9af (diff) |
systemd: start apache after postgresql
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index 88a0dfb97..928e589eb 100755 --- a/debian/rules +++ b/debian/rules @@ -133,7 +133,7 @@ install-stamp: build-stamp install -d $(FREESIDE_DOCUMENT_ROOT) install -d $(TMP)-webui/usr/local/etc/freeside/ - install -d $(TMP)-webui/etc/insserv/overrides/ + install -d $(TMP)-webui/etc/systemd/system/apache2.d/ install -d $(TMP)/usr/local/etc/freeside/ # install -d $(TMP)-lib/usr/bin @@ -176,7 +176,7 @@ install-stamp: build-stamp # Create Apache configurations install -d $(APACHE_CONF) $(MAKE) -e DESTDIR=$(APACHE_CONF) install-apache - install -o root -m 755 init.d/insserv-override-apache2 $(TMP)-webui/etc/insserv/overrides/apache2 + install -o root -m 755 init.d/systemd-apache-override.conf $(TMP)-webui/etc/systemd/system/apache2.d/override.conf #Hack the build dir out of apache config |