From bbf9eb923ebcc8a4a43b0ab56790440f610d1ab0 Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Fri, 20 Dec 2013 15:17:46 +0000 Subject: Add WorkingDirectory to systemd unit, bug #494704. Thanks Roc Vallès! MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA) --- www-servers/thttpd/ChangeLog | 5 ++++- www-servers/thttpd/files/thttpd.service | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'www-servers') diff --git a/www-servers/thttpd/ChangeLog b/www-servers/thttpd/ChangeLog index c8eddcba145a..a66258135480 100644 --- a/www-servers/thttpd/ChangeLog +++ b/www-servers/thttpd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-servers/thttpd # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/thttpd/ChangeLog,v 1.68 2013/12/20 00:57:51 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/thttpd/ChangeLog,v 1.69 2013/12/20 15:17:46 blueness Exp $ + + 20 Dec 2013; Anthony G. Basile files/thttpd.service: + Add WorkingDirectory to systemd unit, bug #494704. Thanks Roc Vallès! 20 Dec 2013; Anthony G. Basile ChangeLog: Fix gpg signing of manifest, again! diff --git a/www-servers/thttpd/files/thttpd.service b/www-servers/thttpd/files/thttpd.service index 09898de2642e..4e56c0877d70 100644 --- a/www-servers/thttpd/files/thttpd.service +++ b/www-servers/thttpd/files/thttpd.service @@ -5,6 +5,7 @@ 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] -- cgit v1.2.3-65-gdbad