lighttpd.run: fix libc rtc setting

genodelabs/genode#5093
This commit is contained in:
Josef Söntgen 2023-11-30 21:19:31 +00:00 committed by Christian Helmuth
parent 83e3178e9b
commit b19d8a50d5

View File

@ -205,11 +205,12 @@ EpA5DBBklj8UE2CdONvN
</body> </body>
</html> </html>
</inline> </inline>
<ram/>
</dir> </dir>
<dir name="tmp"> <ram/> </dir> <dir name="tmp"> <ram/> </dir>
</vfs> </vfs>
<libc stdin="/dev/null" stdout="/dev/log" stderr="/dev/log" <libc stdin="/dev/null" stdout="/dev/log" stderr="/dev/log"
rtc="/dev/rtc/" rng="/dev/random" socket="/socket"/> rtc="/dev/rtc" rng="/dev/random" socket="/socket"/>
</config> </config>
<route> <route>