summaryrefslogtreecommitdiff
path: root/apache-httpd-server.configure
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-01-15 17:14:48 +0000
committerFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-02-11 18:30:34 +0000
commit43d8d6b462999921d90bdd56dd0b4afbb376ab07 (patch)
tree4e1e260602a6ada59ede015f120a28211b9a70f8 /apache-httpd-server.configure
parent2716852c9caa0472eabc0ce813d2deafbab360d7 (diff)
downloaddefinitions-43d8d6b462999921d90bdd56dd0b4afbb376ab07.tar.gz
Add apache-httpd-server service
Diffstat (limited to 'apache-httpd-server.configure')
-rw-r--r--apache-httpd-server.configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/apache-httpd-server.configure b/apache-httpd-server.configure
index a7333e54..a2a5e2f9 100644
--- a/apache-httpd-server.configure
+++ b/apache-httpd-server.configure
@@ -19,5 +19,5 @@ set -e
ROOT="$1"
-ln -sf "/etc/systemd/system/apache-httpd-server-setup.service" \
- "$ROOT/etc/systemd/system/multi-user.target.wants/apache-httpd-server-setup.service"
+ln -sf "/etc/systemd/system/apache-httpd.service" \
+ "$ROOT/etc/systemd/system/multi-user.target.wants/apache-httpd.service"