You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added program options to control file/directory placement
Running ipp-usb in a container—such as a Snap or OCI container—may result
in a non-standard filesystem layout (see #108 for details).
To simplify using ipp-usb in such environments, the following command-line
options have been added:
-path-conf-files-srch dir1[:dir2...]
List of directories where configuration files (ipp-usb.conf)
are searched (/etc/ipp-usb)
-path-log-dir dir
Path to the directory where log files (main.log and per-device
<DEVICE>.log) are written (/var/log/ipp-usb)
-path-lock-file file
Path to the program's lock file (/var/ipp-usb/lock/ipp-usb.lock)
-path-dev-state-dir dir
Path to the directory where per-device state files are written
(/var/ipp-usb/dev)
-path-ctrl-sock file
Path to the program's control socket
(/var/ipp-usb/ctrl)
-path-quirks-files-srch dir1[:dir2...]
List of directories where quirks files (*.conf) is searched
(/etc/ipp-usb/quirks:/usr/share/ipp-usb/quirks)
The manual page was updated appropriately.
0 commit comments