d60a3e019f
* HTTP port allocation takes into consideration /var/ipp-usb/dev/* * If quirk's init-delay is high enough, initialization always times out * Device USB port added to logged device info * Pantum BM5100ADN series quirks: disable-fax = true * inifile.go: removed excessive break statements * UID authentication instrumented * auth: fixed possible race in access to UID lookup cache * auth: don't attempt to resolve UID, if UID is not known * auth: don't try to obtain client UID, if we don't actually use it * TCPClientUID better instrumented * uid auth: fixed to run on systems with disabled IPv6 support - fix service file (missing Install section) OBS-URL: https://build.opensuse.org/package/show/Printing/ipp-usb?expand=0&rev=2
13 lines
245 B
Desktop File
13 lines
245 B
Desktop File
[Unit]
|
|
Description=Daemon for IPP over USB printer support
|
|
Documentation=man:ipp-usb(8)
|
|
After=cups.service avahi-daemon.service
|
|
Wants=avahi-daemon.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/sbin/ipp-usb udev
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|