WD Defaults to Home

This commit is contained in:
2023-03-18 00:02:00 -04:00
parent cc252a367f
commit 6482d52f0b

View File

@@ -16,7 +16,6 @@
wantedBy = ["networking-online.target"];
enable = true;
serviceConfig = {
WorkingDirectory = "handyhelper";
ExecStart = ''
${handy_py}/bin/handyhelper
'';