From 13c0b25642ed8d07088af647a0e07e5953142fd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Tue, 25 Aug 2020 23:00:01 +0200 Subject: d/saned@.service: Switch Standard[Output|Error] from syslog to append:/var/log/saned.log --- debian/saned@.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/saned@.service') 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 -- cgit v1.2.3 From 69cb9308fcc88ec3807bb548baee33b4039d185b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 30 Aug 2020 20:14:52 +0200 Subject: Remove files no longer needed --- debian/saned@.service | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 debian/saned@.service (limited to 'debian/saned@.service') diff --git a/debian/saned@.service b/debian/saned@.service deleted file mode 100644 index 2ef2d2f..0000000 --- a/debian/saned@.service +++ /dev/null @@ -1,16 +0,0 @@ -[Unit] -Description=Scanner Service -Requires=saned.socket - -[Service] -ExecStart=/usr/sbin/saned -User=saned -Group=saned -StandardInput=null -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 - -[Install] -Also=saned.socket -- cgit v1.2.3