From 7d0a8d80cac81261c504623f13b8276f6bd25123be3718001edda78d1f156914 Mon Sep 17 00:00:00 2001 From: Johannes Meixner Date: Thu, 12 Apr 2018 10:36:50 +0000 Subject: [PATCH] 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 --- sane-backends.changes | 7 +++++++ saned@.service | 15 ++++++--------- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/sane-backends.changes b/sane-backends.changes index 03790b2..2510061 100644 --- a/sane-backends.changes +++ b/sane-backends.changes @@ -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 diff --git a/saned@.service b/saned@.service index c587880..4a78269 100644 --- a/saned@.service +++ b/saned@.service @@ -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 +