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]