Accepting request 595947 from home:jsmeix:branches:graphics
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
This commit is contained in:
parent
ce92c11fca
commit
7d0a8d80ca
@ -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
|
Wed Mar 21 16:29:29 CET 2018 - jsmeix@suse.de
|
||||||
|
|
||||||
|
@ -1,18 +1,15 @@
|
|||||||
|
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Scanner Service
|
Description=Scanner Service
|
||||||
Requires=saned.socket
|
Requires=saned.socket
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/usr/sbin/saned
|
ExecStart=/usr/sbin/saned
|
||||||
User=saned
|
User=root
|
||||||
Group=saned
|
Group=root
|
||||||
StandardInput=null
|
StandardInput=socket
|
||||||
StandardOutput=syslog
|
Environment=SANE_CONFIG_DIR=/etc/sane.d
|
||||||
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
|
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
Also=saned.socket
|
Also=saned.socket
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user