add debug note

This commit is contained in:
evan 2020-12-20 22:53:26 -06:00
parent 822cbf78fe
commit 5fb75ced63
2 changed files with 5 additions and 1 deletions

View file

@ -69,3 +69,7 @@ This script simply listens on TCP 9100 and waits for a PDF header, then begins s
restart xochitl after saving PDF restart xochitl after saving PDF
-test -test
use /tmp as output dir use /tmp as output dir
## Debugging
journalctl --unit printer -f

View file

@ -2,7 +2,7 @@
Description=Native printing to reMarkable Description=Native printing to reMarkable
[Service] [Service]
ExecStart=/home/root/printer.arm -restart ExecStart=/home/root/printer.arm -restart -debug
Restart=always Restart=always
[Install] [Install]