added dummy start / stop commands to test deployment
diff --git a/pipservice-svnauthz.service b/pipservice-svnauthz.service
index 5c2acfa..21a7512 100644
--- a/pipservice-svnauthz.service
+++ b/pipservice-svnauthz.service
@@ -4,8 +4,10 @@
 [Service]
 Type=simple
 WorkingDirectory=/usr/local/etc/svnauthz
-ExecStart=/usr/bin/python authz.py --foreground
-ExecStop=/usr/bin/pkill -f authz.py || /bin/echo "authz.py exited"
+#ExecStart=/usr/bin/python authz.py --foreground
+ExecStart=/usr/bin/echo "authz start"
+#ExecStop=/usr/bin/pkill -f authz.py || /bin/echo "authz.py exited"
+ExecStop=/usr/bin/echo "authz stop"
 Restart=on-failure
 
 [Install]