File: systemd-service-stderr.patch

package info (click to toggle)
firebird3.0 3.0.11.33637.ds4-2%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 40,836 kB
  • sloc: ansic: 374,403; cpp: 319,271; sql: 14,367; pascal: 14,244; yacc: 7,556; fortran: 5,645; sh: 5,206; makefile: 1,043; perl: 135; sed: 83; awk: 76; xml: 19; csh: 15
file content (15 lines) | stat: -rw-r--r-- 489 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: drop StandardError=syslog setting
 Taken from upstream commit cdf8410db5b8bd264f6621867d0f319053b489a0
Author: Damyan Ivanov <dmn@debian.org>
Forwarded: yes

--- a/builds/install/arch-specific/linux/firebird-superserver.service.in
+++ b/builds/install/arch-specific/linux/firebird-superserver.service.in
@@ -9,7 +9,6 @@ User=firebird
 Group=firebird
 Type=forking
 ExecStart=@FB_SBINDIR@/fbguard -daemon -forever
-StandardError=syslog
 
 [Install]
 WantedBy=multi-user.target