mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix typo in dispatcher service doc (#13979)
This commit is contained in:
@@ -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/
|
||||
|
Reference in New Issue
Block a user