kopia lustrzana https://gitlab.com/sane-project/backends
Merge branch 'saned_doc_update' into 'master'
Updated service instructions in saned.conf to include systemd details. Closes #810 See merge request sane-project/backends!879merge-requests/879/merge
commit
72315e58eb
|
@ -25,7 +25,22 @@
|
||||||
#[2001:db8:185e::42:12]
|
#[2001:db8:185e::42:12]
|
||||||
#[2001:db8:185e::42:12]/64
|
#[2001:db8:185e::42:12]/64
|
||||||
|
|
||||||
# NOTE: /etc/inetd.conf (or /etc/xinetd.conf) and
|
## Service config
|
||||||
# /etc/services must also be properly configured to start
|
# NOTE: on systemd-based systems, you must enable automatic start of saned:
|
||||||
# the saned daemon as documented in saned(8), services(4)
|
#
|
||||||
# and inetd.conf(4) (or xinetd.conf(5)).
|
# systemctl enable saned.socket
|
||||||
|
#
|
||||||
|
# Depending on your system you may need to add users to a specific group like "scanner":
|
||||||
|
#
|
||||||
|
# adduser userxy scanner
|
||||||
|
#
|
||||||
|
# Then you must start the socket manually (or restart your system):
|
||||||
|
#
|
||||||
|
# systemctl start saned.socket
|
||||||
|
#
|
||||||
|
# This will start saned on a network connect to the socket, which defaults to port 6566.
|
||||||
|
# See /usr/share/doc/sane/saned.install.md for more information
|
||||||
|
#
|
||||||
|
# On non-systemd systems, /etc/inetd.conf (or /etc/xinetd.conf) and
|
||||||
|
# /etc/services must also be properly configured to start the saned daemon,
|
||||||
|
# as documented in saned(8), services(4) and inetd.conf(4) (or xinetd.conf(5)).
|
||||||
|
|
Ładowanie…
Reference in New Issue