mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-25 00:03:03 +01:00
15 lines
289 B
SYSTEMD
15 lines
289 B
SYSTEMD
[Unit]
|
|
Description=Firebird Database Server ( SuperServer )
|
|
After=syslog.target network.target
|
|
Conflicts=firebird-classic.socket
|
|
|
|
[Service]
|
|
User=firebird
|
|
Group=firebird
|
|
Type=forking
|
|
ExecStart=@FB_SBINDIR@/fbguard -daemon -forever
|
|
StandardError=syslog
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|