2014-07-21 13:48:59 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Tiny HTTP Daemon
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
PIDFile=/run/thttpd.pid
|
2014-11-25 10:51:38 +00:00
|
|
|
ExecStart=/usr/sbin/thttpd -D -C /etc/thttpd.conf
|
2014-07-21 13:48:59 +00:00
|
|
|
Restart=always
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|