Proof-based service for remote printing
Config changes are applied only at service restart. If service was installed using deb package then auto restarter should be enabled and simple kill -9 SERVICE_PID will work.
[server]
# server port
port=8090
# printer group names via | and also alias through which the printer is available by "printer" parameter in the URL
printers=zebra_ups|hp_net
# alias of default printer if "printer" parameter is not specified in the URL
default_printer=zebra_ups
[zebra_ups]
# printer name for lpq, empty for default
name=Zebra_UPS
# printer host, empty for local
host=
# printer can print EPL
accepts_raw=true
# printer can print files
accepts_files=false
[hp_net]
alias=hp_laser
name=HP_LaserJet_Pro
host=
accepts_raw=false
accepts_files=true