17 lines
347 B
INI
17 lines
347 B
INI
[Unit]
|
|
Description=Scanner Service
|
|
Requires=saned.socket
|
|
|
|
[Service]
|
|
ExecStart=/usr/sbin/saned
|
|
User=saned
|
|
Group=saned
|
|
StandardInput=null
|
|
StandardOutput=append:/var/log/saned.log
|
|
StandardError=append:/var/log/saned.log
|
|
Environment=SANE_CONFIG_DIR=/etc/sane.d
|
|
# Environment=SANE_CONFIG_DIR=/etc/sane.d SANE_DEBUG_DLL=255
|
|
|
|
[Install]
|
|
Also=saned.socket
|