mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 18:43:03 +01:00
cdf8410db5
`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.
13 lines
218 B
SYSTEMD
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
|