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-01-22 12:46:30 +0000
commita021ff81ce071b85db4ea2447a7cf5cc75002039 (patch)
tree9745a2c22bfd0ffa660fe46557a3c4c13a4c518e /apache-httpd-server.configure
parent41d2f5c550c03f17e29f596d0639f1f607201458 (diff)
downloaddefinitions-a021ff81ce071b85db4ea2447a7cf5cc75002039.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"