Test Write PDF Text

This commit is contained in:
2023-03-17 23:51:49 -04:00
parent c5ce1629ef
commit 14c7249083
2 changed files with 11 additions and 2 deletions

View File

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