From 03be045a5ed09dea15b7cb98e6fd3b33980a05b98f2402db0daef259c9787a12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=C4=9Bzslav=20=C4=8C=C3=AD=C5=BEek?= Date: Tue, 25 Nov 2014 10:51:38 +0000 Subject: [PATCH] Accepting request 262732 from home:bmwiedemann:branches:server:http use /usr/sbin path in service to fix start (bnc#906696) OBS-URL: https://build.opensuse.org/request/show/262732 OBS-URL: https://build.opensuse.org/package/show/server:http/thttpd?expand=0&rev=27 --- thttpd.changes | 5 +++++ thttpd.service | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/thttpd.changes b/thttpd.changes index 3f3e84b..467dd0f 100644 --- a/thttpd.changes +++ b/thttpd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 23 04:50:32 UTC 2014 - bwiedemann@suse.com + +- use /usr/sbin path in service to fix start (bnc#906696) + ------------------------------------------------------------------- Mon Sep 22 13:34:52 UTC 2014 - vcizek@suse.com diff --git a/thttpd.service b/thttpd.service index a080d3e..27e1604 100644 --- a/thttpd.service +++ b/thttpd.service @@ -3,7 +3,7 @@ Description=Tiny HTTP Daemon [Service] PIDFile=/run/thttpd.pid -ExecStart=/usr/bin/thttpd -D -C /etc/thttpd.conf +ExecStart=/usr/sbin/thttpd -D -C /etc/thttpd.conf Restart=always [Install]