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
This commit is contained in:
Vítězslav Čížek 2014-11-25 10:51:38 +00:00 committed by Git OBS Bridge
parent 65fceb0319
commit 03be045a5e
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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]