--- /dev/null
+Description: Add Depends field to systemd unit file
+Last-Update: 2018-06-04
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+Index: motioneye-dmo-0.39/extra/motioneye.systemd-unit
+===================================================================
+--- motioneye-dmo-0.39.orig/extra/motioneye.systemd-unit 2018-06-04 13:03:29.575556610 +0200
++++ motioneye-dmo-0.39/extra/motioneye.systemd-unit 2018-06-04 13:04:05.355668363 +0200
+@@ -1,6 +1,7 @@
+ [Unit]
+ Description=motionEye Server
+ Documentation=https://github.com/ccrisan/motioneye/wiki
++After=network.target remote-fs.target nss-lookup.target
+
+ [Service]
+ ExecStart=/usr/bin/meyectl startserver -c /etc/motioneye/motioneye.conf
--- /dev/null
+Description: Add Documentation field to systemd unit file
+Last-Update: 2018-06-04
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+Index: motioneye-dmo-0.39/extra/motioneye.systemd-unit
+===================================================================
+--- motioneye-dmo-0.39.orig/extra/motioneye.systemd-unit 2018-06-04 12:59:36.134830884 +0200
++++ motioneye-dmo-0.39/extra/motioneye.systemd-unit 2018-06-04 13:00:53.075070325 +0200
+@@ -1,5 +1,6 @@
+ [Unit]
+ Description=motionEye Server
++Documentation=https://github.com/ccrisan/motioneye/wiki
+
+ [Service]
+ ExecStart=/usr/bin/meyectl startserver -c /etc/motioneye/motioneye.conf
add_private_log_and_run_dirs
+add-documentation-to-systemd-unit-file
+add-depends-to-systemd-unit-file