summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2020-08-25 23:00:01 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2020-08-25 23:00:01 +0200
commit13c0b25642ed8d07088af647a0e07e5953142fd1 (patch)
tree66237a9cfa65eac559b9b66445aae731547c867d
parentbc8ba6aebb7d88e03639e7171352ff93a85abe89 (diff)
d/saned@.service: Switch Standard[Output|Error] from syslog to append:/var/log/saned.log
-rw-r--r--debian/changelog2
-rw-r--r--debian/saned@.service4
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 819d5a7..0d424dc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,8 @@ sane-backends (1.0.31-1~experimental1) UNRELEASED; urgency=medium
- Add libpoppler-glib-dev to Build-Depends.
* debian/libsane1.symbols:
- Remove 7 not longer available symbols.
+ * debian/saned@.service:
+ - Switch Standard[Output|Error] from syslog to append:/var/log/saned.log.
-- Jörg Frings-Fürst <debian@jff.email> Mon, 01 Jun 2020 13:14:34 +0200
diff --git a/debian/saned@.service b/debian/saned@.service
index 425ee7a..2ef2d2f 100644
--- a/debian/saned@.service
+++ b/debian/saned@.service
@@ -7,8 +7,8 @@ ExecStart=/usr/sbin/saned
User=saned
Group=saned
StandardInput=null
-StandardOutput=syslog
-StandardError=syslog
+StandardOutput=append:/var/log/saned.log
+StandardError=append:/var/log/saned.log
Environment=SANE_CONFIG_DIR=/etc/sane.d
# Environment=SANE_CONFIG_DIR=/etc/sane.d SANE_DEBUG_DLL=255