mirror of
https://github.com/grocy/grocy.git
synced 2026-04-05 12:26:15 +02:00
Added note about user permission
This commit is contained in:
parent
1c1adc5f89
commit
b3be8b155f
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user