Blame view

buildroot/buildroot-2016.08.1/package/sane-backends/saned@.service 429 Bytes
6b13f685e   김민수   BSP 최초 추가
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
  [Unit]
  Description=Scanner Service
  Requires=saned.socket
  
  [Service]
  ExecStart=/usr/sbin/saned
  User=saned
  Group=saned
  StandardInput=null
  StandardOutput=syslog
  StandardError=syslog
  Environment=SANE_CONFIG_DIR=/etc/sane.d
  # If you need to debug your configuration uncomment the next line and
  # change it as appropriate to set the desired debug options
  # Environment=SANE_DEBUG_DLL=255 SANE_DEBUG_BJNP=5
  
  [Install]
  Also=saned.socket