From ff8e061fa3a3ca1d169c0da2419d40c8adb184a9 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Thu, 4 Jul 2024 10:06:30 +0200 Subject: [PATCH] Rename systemd service file --- ...ons-web.service => icinga-desktop-notifications.service} | 2 +- doc/06-Desktop-Notifications.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) rename config/systemd/{icinga-notifications-web.service => icinga-desktop-notifications.service} (73%) diff --git a/config/systemd/icinga-notifications-web.service b/config/systemd/icinga-desktop-notifications.service similarity index 73% rename from config/systemd/icinga-notifications-web.service rename to config/systemd/icinga-desktop-notifications.service index 2f6e2b8c..888ad043 100644 --- a/config/systemd/icinga-notifications-web.service +++ b/config/systemd/icinga-desktop-notifications.service @@ -1,5 +1,5 @@ [Unit] -Description=Icinga Notifications Background Daemon +Description=Icinga Desktop Notifications Daemon [Service] Type=simple diff --git a/doc/06-Desktop-Notifications.md b/doc/06-Desktop-Notifications.md index 1ecb8f5b..f93924eb 100644 --- a/doc/06-Desktop-Notifications.md +++ b/doc/06-Desktop-Notifications.md @@ -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`. 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 ```