Description: <short summary of the patch>
 TODO: Put a short summary on the line above and replace this paragraph
 with a longer explanation of this change. Complete the meta-information
 with other relevant fields (see below for details). To make it easier, the
 information below has been extracted from the changelog. Adjust it or drop
 it.
 .
 network-manager (1.14.4-4.0nosystemd1) nosystemd; urgency=medium
 .
   * nosystemd
Author: anticapitalista <antix@operamail.com>

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: 2018-11-27

--- network-manager-1.14.4.orig/src/devices/wwan/nm-modem-manager.c
+++ network-manager-1.14.4/src/devices/wwan/nm-modem-manager.c
@@ -27,11 +27,8 @@
 #include <string.h>
 #include <libmm-glib.h>
 
-#if HAVE_LIBSYSTEMD
-#include <systemd/sd-daemon.h>
-#else
 #define sd_booted() FALSE
-#endif
+
 
 #include "nm-dbus-compat.h"
 #include "nm-modem.h"
--- network-manager-1.14.4.orig/src/nm-sleep-monitor.c
+++ network-manager-1.14.4/src/nm-sleep-monitor.c
@@ -25,11 +25,11 @@
 #include <string.h>
 #include <sys/stat.h>
 #include <gio/gunixfdlist.h>
-#include <systemd/sd-daemon.h>
 
 #include "nm-core-internal.h"
 #include "NetworkManagerUtils.h"
 
+
 #if defined (SUSPEND_RESUME_UPOWER)
 
 #define SUSPEND_DBUS_NAME               "org.freedesktop.UPower"
@@ -345,10 +345,6 @@ on_proxy_acquired (GObject *object,
 static void
 nm_sleep_monitor_init (NMSleepMonitor *self)
 {
-	if (!sd_booted()) {
-		nm_log_warn (LOGD_SUSPEND, "Skipping Sleep Monitor setup, system not booted with systemd");
-		return;
-	}
 	self->inhibit_fd = -1;
 	self->cancellable = g_cancellable_new ();
 	g_dbus_proxy_new_for_bus (G_BUS_TYPE_SYSTEM,
