diff --git a/cal.service b/cal.service
index fbef5e01f1411525d9f0a9361bd51664633c345e..b4578b42665183a30d8e171bbc646d318ba15da9 100644
--- a/cal.service
+++ b/cal.service
@@ -6,6 +6,7 @@ After=network-online.target
 [Service]
 User=nobody
 Type=simple
+WorkingDirectory=/usr/local/share/cal
 EnvironmentFile=-/etc/environment
 ExecStart=/bin/bash -l -c 'source bin/activate;./server'
 Restart=always