Merge branch 'collectd-5.5'
[collectd.git] / src / daemon / collectd.c
index df238e7..fc52933 100644 (file)
@@ -501,6 +501,7 @@ int notify_systemd (void)
         return 0;
     }
 
+    unsetenv ("NOTIFY_SOCKET");
     close(fd);
     return 1;
 }