buildroot/package/tinyhttpd/tinyhttpd.service
Alex Suykov b7afea9500 tinyhttpd: systemd support
[Thomas: use relative symlink.]

Signed-off-by: Alex Suykov <alex.suykov@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-07-14 14:03:03 +02:00

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