summaryrefslogtreecommitdiff
path: root/units/http-daemon.service
diff options
context:
space:
mode:
Diffstat (limited to 'units/http-daemon.service')
-rw-r--r--units/http-daemon.service7
1 files changed, 0 insertions, 7 deletions
diff --git a/units/http-daemon.service b/units/http-daemon.service
deleted file mode 100644
index bd08f04..0000000
--- a/units/http-daemon.service
+++ /dev/null
@@ -1,7 +0,0 @@
-[Unit]
-Description=HTTP Daemon for Trove
-After=network.target
-
-[Service]
-ExecStart=/usr/sbin/httpd -u git:git -h /var/www/htdocs -f
-Restart=always