moonfire-nvr/guide
Leandro Silva 5e00217784 Fix TimeoutStartSec invalid parsing in moonfire-nvr.service Systemd config
Systemd syntax expects comment in a single line, hence the parsing failure
https://www.freedesktop.org/software/systemd/man/latest/systemd.syntax.html

Before;
```
[leandro@nuc ~]$ sudo systemd-analyze verify /etc/systemd/system/moonfire-nvr.service
/etc/systemd/system/moonfire-nvr.service:16: Failed to parse TimeoutStartSec= parameter, ignoring: 300 # large installations take a while to scan the sample file dirs
[leandro@nuc ~]$
```

After;
```
[leandro@nuc ~]$ sudo systemd-analyze verify /etc/systemd/system/moonfire-nvr.service
[leandro@nuc ~]$
```
2023-10-23 20:18:50 -07:00
..
build.md no more Docker! 2023-10-18 21:55:47 -07:00
developing-ui.md tweak ui dev server's websocket situation 2023-09-30 16:02:52 -07:00
install-version.png add screenshot for selecting guide ver 2022-03-16 12:35:57 -07:00
install.md Fix TimeoutStartSec invalid parsing in moonfire-nvr.service Systemd config 2023-10-23 20:18:50 -07:00
README.md config file reference and doc reorganization 2023-01-06 14:25:13 -06:00
schema.md no more Docker! 2023-10-18 21:55:47 -07:00
secure.md no more Docker! 2023-10-18 21:55:47 -07:00
troubleshooting.md no more Docker! 2023-10-18 21:55:47 -07:00

Guides to using and contributing to Moonfire NVR.