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!879
merge-requests/879/merge
Ralph Little 2025-07-09 09:30:29 -07:00
commit 72315e58eb
1 zmienionych plików z 19 dodań i 4 usunięć

Wyświetl plik

@ -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)).