Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mention desktop notifications package in docs #246

Merged
merged 2 commits into from
Jul 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 6 additions & 7 deletions doc/06-Desktop-Notifications.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,16 +99,15 @@ location ~ ^/icingaweb2/notifications/v(\d+)/subscribe$ {

### Enable The Daemon

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

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

!!! Note

If you haven't installed this module from packages, you have to configure this as a `systemd` service yourself by just
copying the example service definition from `/usr/share/icingaweb2/modules/notifications/config/systemd/icinga-desktop-notifications.service`
to `/etc/systemd/system/icinga-desktop-notifications.service`.

> **Note**
>
> If you haven't installed this module from packages, you have to configure this as a `systemd` service yourself by just
> copying the example service definition from `/usr/share/icingaweb2/modules/notifications/config/systemd/icinga-desktop-notifications.service`
> to `/etc/systemd/system/icinga-desktop-notifications.service`.
<!-- {% endif %} -->

You can run the following command to enable and start the daemon.
Expand Down
Loading