diff options
Diffstat (limited to 'package/tinyhttpd/tinyhttpd.service')
-rw-r--r-- | package/tinyhttpd/tinyhttpd.service | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/tinyhttpd/tinyhttpd.service b/package/tinyhttpd/tinyhttpd.service new file mode 100644 index 0000000000..0ae5bac943 --- /dev/null +++ b/package/tinyhttpd/tinyhttpd.service @@ -0,0 +1,10 @@ +[Unit] +Description=Tiny HTTP daemon +After=network.target + +[Service] +ExecStart=/usr/sbin/tinyhttpd +Restart=always + +[Install] +WantedBy=multi-user.target |