freifunk: fix /run/nginx creation

This commit is contained in:
Astro 2023-06-27 02:48:34 +02:00
parent dae9fcd0ff
commit 4ddaa002b0
1 changed files with 1 additions and 0 deletions

View File

@ -321,6 +321,7 @@ in {
systemd.services.sysinfo-json = {
script = ''
${sysinfo-json}/bin/bmxddump.sh
mkdir /run/nginx
${sysinfo-json}/bin/sysinfo-json.cgi > /run/nginx/sysinfo.json
'';
};