mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-02-04 18:36:00 -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 ~]$ ```
Guides to using and contributing to Moonfire NVR.