infra/roles/saned/files/saned.socket

20 lines
342 B
SYSTEMD

# Defaults for the saned initscript, from sane-utils
# To enable under systemd please read README.Debian
# Set to yes to start saned under SysV
RUN=no
# Set to the user saned should run as
RUN_AS_USER=saned
[Unit]
Description=saned incoming socket
[Socket]
ListenStream=6566
Accept=yes
MaxConnections=1
[Install]
WantedBy=sockets.target