Skip to content

Commit 9f9e2c6

Browse files
authored
Mention desktop notifications package in docs (#246)
2 parents ecf6e65 + fceb2d4 commit 9f9e2c6

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

doc/06-Desktop-Notifications.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -99,16 +99,15 @@ location ~ ^/icingaweb2/notifications/v(\d+)/subscribe$ {
9999

100100
### Enable The Daemon
101101

102-
The default `systemd` service, shipped with package installations, runs the background daemon.
102+
The default `systemd` service, shipped with the package `icinga-desktop-notifications`, runs the background daemon.
103103

104104
<!-- {% if not icingaDocs %} -->
105105

106-
!!! Note
107-
108-
If you haven't installed this module from packages, you have to configure this as a `systemd` service yourself by just
109-
copying the example service definition from `/usr/share/icingaweb2/modules/notifications/config/systemd/icinga-desktop-notifications.service`
110-
to `/etc/systemd/system/icinga-desktop-notifications.service`.
111-
106+
> **Note**
107+
>
108+
> If you haven't installed this module from packages, you have to configure this as a `systemd` service yourself by just
109+
> copying the example service definition from `/usr/share/icingaweb2/modules/notifications/config/systemd/icinga-desktop-notifications.service`
110+
> to `/etc/systemd/system/icinga-desktop-notifications.service`.
112111
<!-- {% endif %} -->
113112
114113
You can run the following command to enable and start the daemon.

0 commit comments

Comments
 (0)