www-servers/thttpd: remove unused file
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>
Wed, 9 Aug 2017 09:15:46 +0000 (11:15 +0200)
committerAnthony G. Basile <blueness@gentoo.org>
Wed, 9 Aug 2017 12:18:30 +0000 (08:18 -0400)
www-servers/thttpd/files/thttpd.service [deleted file]

diff --git a/www-servers/thttpd/files/thttpd.service b/www-servers/thttpd/files/thttpd.service
deleted file mode 100644 (file)
index 4e56c08..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-[Unit]
-Description=Fork of thttpd, a small, fast, multiplexing webserver.
-After=network.target
-
-[Service]
-Type=forking
-PIDFile=/var/run/thttpd.pid
-WorkingDirectory=/var/www/localhost
-ExecStart=/usr/sbin/thttpd -C /etc/thttpd/thttpd.conf
-
-[Install]
-WantedBy=multi-user.target