98340494af
Use systemd instead of sysvinit in openSUSE > 12.2 OBS-URL: https://build.opensuse.org/request/show/241561 OBS-URL: https://build.opensuse.org/package/show/server:http/thttpd?expand=0&rev=22
11 lines
173 B
Desktop File
11 lines
173 B
Desktop File
[Unit]
|
|
Description=Tiny HTTP Daemon
|
|
|
|
[Service]
|
|
PIDFile=/run/thttpd.pid
|
|
ExecStart=/usr/bin/thttpd -D -C /etc/thttpd.conf
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|