Skip to content

Commit

Permalink
Fix typo in dispatcher service doc (librenms#13979)
Browse files Browse the repository at this point in the history
  • Loading branch information
booth-f authored May 13, 2022
1 parent 7d3ca73 commit ca42c81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/Extensions/Dispatcher-Service.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit ca42c81

Please sign in to comment.