blob: 5116c3d49ea28cf6b377f0ff35ab736010bff6f3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[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 SANE_DEBUG_DLL=255
|