diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2020-08-26 00:02:07 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2020-08-26 00:02:07 +0200 |
commit | 08af76afc58010d98c23360f2d5f077763e9f90a (patch) | |
tree | 0a8d0da949b59d3153f46daa1e4399cded661a63 /debian/sane-utils.saned@.service | |
parent | 13c0b25642ed8d07088af647a0e07e5953142fd1 (diff) |
d/saned@.service: Switch Standard[Output|Error] from syslog to append:/var/log/saned.log
Diffstat (limited to 'debian/sane-utils.saned@.service')
-rw-r--r-- | debian/sane-utils.saned@.service | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/sane-utils.saned@.service b/debian/sane-utils.saned@.service index 425ee7a..2ef2d2f 100644 --- a/debian/sane-utils.saned@.service +++ b/debian/sane-utils.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 |