From 71c48add3457c0606546ff6ce2ae8ca8dbb6be40 Mon Sep 17 00:00:00 2001 From: Clarth Date: Mon, 5 Feb 2024 08:11:50 -0500 Subject: [PATCH] Update README.md Added note in unit file to prevent user/printer permissions issue --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f2ad4fe..2b704ff 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Description=tg_print_bot After=network-online.target [Service] -User=nobody +User=nobody #must be run as user with printer permissions. ExecStart=/absolute/path/to/venv/bin/python /absolute/path/to/start.py Restart=always RestartSec=5s