Use the new notifications database path.
authorManuel Bachmann <manuel.bachmann@open.eurogiciel.org>
Tue, 3 Jun 2014 11:34:29 +0000 (13:34 +0200)
committerManuel Bachmann <manuel.bachmann@open.eurogiciel.org>
Tue, 3 Jun 2014 11:34:29 +0000 (13:34 +0200)
Change-Id: I134f3f33d328bf3aa2d9543ecbbaee1df9fb036c
Signed-off-by: Manuel Bachmann <manuel.bachmann@open.eurogiciel.org>
notification_display_service.c

index 8a7d992..e039088 100644 (file)
@@ -70,7 +70,7 @@ int main (int argc, char **argv)
        }
 
        signal (SIGINT, sigint_handler);
-       wd = inotify_add_watch (fd, "/opt/dbspace/.notification.db", IN_MODIFY);
+       wd = inotify_add_watch (fd, "/usr/dbspace/.notification.db", IN_MODIFY);
        while (1) {
                read (fd, buffer, sizeof(buffer));
                display_notifications ();