03be045a5e
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
11 lines
174 B
Desktop File
11 lines
174 B
Desktop File
[Unit]
|
|
Description=Tiny HTTP Daemon
|
|
|
|
[Service]
|
|
PIDFile=/run/thttpd.pid
|
|
ExecStart=/usr/sbin/thttpd -D -C /etc/thttpd.conf
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|