mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2024-12-26 15:15:56 -05:00
5e00217784
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 ~]$ ``` |
||
---|---|---|
.. | ||
build.md | ||
developing-ui.md | ||
install-version.png | ||
install.md | ||
README.md | ||
schema.md | ||
secure.md | ||
troubleshooting.md |
Guides to using and contributing to Moonfire NVR.