Added note about user permission

This commit is contained in:
Marc Ole Bulling 2021-01-15 14:43:24 +01:00
parent 1c1adc5f89
commit b3be8b155f
No known key found for this signature in database
GPG Key ID: C126AFC2A47B06FF

View File

@ -108,6 +108,7 @@ Setting('TPRINTER_PORT', 9100); // Port of printer, eg. 9100
Setting('TPRINTER_CONNECTOR', '/dev/usb/lp0'); // Location of printer. For USB on Linux this is often '/dev/usb/lp0',
// for serial printers it could be similar to '/dev/ttyS0'
// Make sure that the user that runs the webserver has permissions to write to the printer!
// On Linux add your webserver user to the LP group with usermod -a -G lp www-data
// Default user settings