Code

Merge remote-tracking branch 'origin/pr/1264'
[collectd.git] / src / daemon / collectd.c
index df238e710ad532f686f60764b4f10abf416fb6ce..fc52933111e79fec0c291d115618d4b57f6032e5 100644 (file)
@@ -501,6 +501,7 @@ int notify_systemd (void)
         return 0;
     }
 
+    unsetenv ("NOTIFY_SOCKET");
     close(fd);
     return 1;
 }