17 lines
249 B
SYSTEMD
17 lines
249 B
SYSTEMD
|
[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
|
||
|
|
||
|
[Install]
|
||
|
Also=saned.socket
|