diff --git a/repl_graph.service b/repl_graph.service
index f6b92f5b55b4f1b3c4b78b51ed0e81db9a7d4b8e..0b39b7f8dec9d548f74c411011c2a9a30affe3ab 100644
--- a/repl_graph.service
+++ b/repl_graph.service
@@ -13,7 +13,7 @@ Type=simple
 StandardOutput=null
 StandardError=null
 Restart=no
-WorkingDirectory=/usr/local/share/az
+WorkingDirectory=/usr/local/share/repl_graph
 ExecStart=/bin/bash -l -c 'source bin/activate;./server'
 
 [Install]