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