Skip to content

Commit

Permalink
Rename systemd service file
Browse files Browse the repository at this point in the history
  • Loading branch information
nilmerg committed Jul 4, 2024
1 parent 8791c69 commit ff8e061
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[Unit]
Description=Icinga Notifications Background Daemon
Description=Icinga Desktop Notifications Daemon

[Service]
Type=simple
Expand Down
6 changes: 3 additions & 3 deletions doc/06-Desktop-Notifications.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,11 @@ The default `systemd` service, shipped with package installations, runs the back
> **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-notifications-web.service`
> to `/etc/systemd/system/icinga-notifications-web.service`.
> 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.
```
systemctl enable --now icinga-notifications-web.service
systemctl enable --now icinga-desktop-notifications.service
```

0 comments on commit ff8e061

Please sign in to comment.