mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
[Thomas: use relative symlink.] Signed-off-by: Alex Suykov <alex.suykov@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
11 lines
151 B
Desktop File
11 lines
151 B
Desktop File
[Unit]
|
|
Description=Tiny HTTP daemon
|
|
After=network.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/sbin/tinyhttpd
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|