Create pipservice-pypubsub-ldap.service
diff --git a/pipservice-pypubsub-ldap.service b/pipservice-pypubsub-ldap.service
new file mode 100644
index 0000000..9f6b871
--- /dev/null
+++ b/pipservice-pypubsub-ldap.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=PyPubSub LDAP Notifying Client
+ 
+[Service]
+Type=simple
+WorkingDirectory=/opt/pypubsub-ldap
+ExecStart=/usr/local/bin/pipenv run python3 client.py
+Restart=always
+
+[Install]
+WantedBy=multi-user.target