forked from pool/sane-backends
16 lines
207 B
SYSTEMD
16 lines
207 B
SYSTEMD
|
|
||
|
[Unit]
|
||
|
Description=Scanner Service
|
||
|
Requires=saned.socket
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/sbin/saned
|
||
|
User=root
|
||
|
Group=root
|
||
|
StandardInput=socket
|
||
|
Environment=SANE_CONFIG_DIR=/etc/sane.d
|
||
|
|
||
|
[Install]
|
||
|
Also=saned.socket
|
||
|
|