summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2013-12-20 15:17:46 +0000
committerAnthony G. Basile <blueness@gentoo.org>2013-12-20 15:17:46 +0000
commitbbf9eb923ebcc8a4a43b0ab56790440f610d1ab0 (patch)
treeabc3fd5813a35ec89fa1b6c503929d78b3198637 /www-servers/thttpd
parentVersion bump. Fix building netlink/genl/capi_wrap.c with USE=python (bug #490... (diff)
downloadgentoo-2-bbf9eb923ebcc8a4a43b0ab56790440f610d1ab0.tar.gz
gentoo-2-bbf9eb923ebcc8a4a43b0ab56790440f610d1ab0.tar.bz2
gentoo-2-bbf9eb923ebcc8a4a43b0ab56790440f610d1ab0.zip
Add WorkingDirectory to systemd unit, bug #494704. Thanks Roc Vallès!
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'www-servers/thttpd')
-rw-r--r--www-servers/thttpd/ChangeLog5
-rw-r--r--www-servers/thttpd/files/thttpd.service1
2 files changed, 5 insertions, 1 deletions
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 <blueness@gentoo.org> files/thttpd.service:
+ Add WorkingDirectory to systemd unit, bug #494704. Thanks Roc Vallès!
20 Dec 2013; Anthony G. Basile <blueness@gentoo.org> 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]