7d0a8d80ca
Fixed systemd unit file saned@.service (boo#1074054) OBS-URL: https://build.opensuse.org/request/show/595947 OBS-URL: https://build.opensuse.org/package/show/graphics/sane-backends?expand=0&rev=93
16 lines
207 B
Desktop File
16 lines
207 B
Desktop File
|
|
[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
|
|
|