xref: /OK3568_Linux_fs/buildroot/package/sane-backends/saned@.service (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1[Unit]
2Description=Scanner Service
3Requires=saned.socket
4
5[Service]
6ExecStart=/usr/sbin/saned
7User=saned
8Group=saned
9StandardInput=null
10StandardOutput=syslog
11StandardError=syslog
12Environment=SANE_CONFIG_DIR=/etc/sane.d
13# If you need to debug your configuration uncomment the next line and
14# change it as appropriate to set the desired debug options
15# Environment=SANE_DEBUG_DLL=255 SANE_DEBUG_BJNP=5
16
17[Install]
18Also=saned.socket
19