Added back the cd that I removed by accident

This commit is contained in:
2025-01-02 15:59:03 +02:00
parent f72692103c
commit ce87da2d2c

View File

@@ -44,6 +44,7 @@
wantedBy = [ "multi-user.target" ];
script = ''
cd
echo "Using config: ${toString ./wakapi.yml}"
${pkgs.wakapi}/bin/wakapi -config ${toString ./wakapi.yml}
'';