Fix typo in dispatcher service doc (#13979)

This commit is contained in:
Francis Booth 2022-05-13 07:44:07 -04:00 committed by GitHub
parent 7d3ca73394
commit ca42c81604
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -180,8 +180,8 @@ librenms.service`
A systemd unit file can be found in `misc/librenms-watchdog.service`. To
install run `cp /opt/librenms/misc/librenms-watchdog.service
/etc/systemd/system/librenms.service && systemctl enable --now
librenms.service`
/etc/systemd/system/librenms-watchdog.service && systemctl enable --now
librenms-watchdog.service`
This requires: python3-systemd (or python-systemd on older systems)
or https://pypi.org/project/systemd-python/