8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 18:43:03 +01:00
firebird-mirror/builds/install/arch-specific/linux/firebird.service.in
Damyan Ivanov cdf8410db5 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.
2021-09-14 14:38:09 +03:00

13 lines
218 B
SYSTEMD

[Unit]
Description=Firebird Database Server
After=syslog.target network.target
[Service]
User=firebird
Group=firebird
Type=forking
ExecStart=@FB_SBINDIR@/fbguard -daemon -forever
[Install]
WantedBy=multi-user.target