mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-25 00:03:03 +01:00
12 lines
188 B
SYSTEMD
12 lines
188 B
SYSTEMD
[Unit]
|
|
Description=Firebird Classic Activation Socket
|
|
Conflicts=firebird-superserver.service
|
|
|
|
[Socket]
|
|
ListenStream=3050
|
|
Accept=true
|
|
MaxConnections=2048
|
|
|
|
[Install]
|
|
WantedBy=sockets.target
|