From: Michael Mair-Keimberger (asterix) Date: Wed, 9 Aug 2017 09:15:46 +0000 (+0200) Subject: www-servers/thttpd: remove unused file X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=8d99602315f2674c8c5399cc79b927812ac44dc1;p=gentoo.git www-servers/thttpd: remove unused file --- diff --git a/www-servers/thttpd/files/thttpd.service b/www-servers/thttpd/files/thttpd.service deleted file mode 100644 index 4e56c0877d70..000000000000 --- a/www-servers/thttpd/files/thttpd.service +++ /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