8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-02-02 10:00:38 +01:00

drop StandartError=syslog from firebird.service

`syslog` is no longer documented in recent systemd (checked version 247,
systemd.exec(5)).

The default is to log to the journal, which is the sourced by syslog
(if present) so the setting would really be a noop anyway.
This commit is contained in:
Damyan Ivanov 2021-09-13 20:21:46 +00:00 committed by Alexander Peshkov
parent f6cb4a7aa9
commit cdf8410db5

View File

@ -7,7 +7,6 @@ User=firebird
Group=firebird
Type=forking
ExecStart=@FB_SBINDIR@/fbguard -daemon -forever
StandardError=syslog
[Install]
WantedBy=multi-user.target