1
0
forked from pool/sane-backends

Accepting request 595948 from graphics

Fixed systemd unit file saned@.service (boo#1074054) (forwarded request 595947 from jsmeix)

OBS-URL: https://build.opensuse.org/request/show/595948
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sane-backends?expand=0&rev=87
This commit is contained in:
Dominique Leuenberger 2018-04-17 09:09:15 +00:00 committed by Git OBS Bridge
commit 9f22d9a923
2 changed files with 13 additions and 9 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Apr 12 12:02:07 CEST 2018 - jsmeix@suse.de
- Replaced the non-working saned@.service with the simpler kind
according to the second template in "man saned" of the therein
described "systemd configuration for saned" (boo#1074054).
-------------------------------------------------------------------
Wed Mar 21 16:29:29 CET 2018 - jsmeix@suse.de

View File

@ -1,18 +1,15 @@
[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=@CONFIGDIR@
# If you need to debug your configuration uncomment the next line and
# change it as appropriate to set the desired debug options
# Environment=SANE_DEBUG_DLL=255 SANE_DEBUG_NET=255
User=root
Group=root
StandardInput=socket
Environment=SANE_CONFIG_DIR=/etc/sane.d
[Install]
Also=saned.socket