c85b3fca39
Based on Arch service file, adjusted to point to /usr/sbin. Signed-off-by: Mike Williams <mike@mikebwilliams.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
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
|