mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-26 06:43:04 +01:00
16 lines
366 B
SYSTEMD
16 lines
366 B
SYSTEMD
|
[Unit]
|
||
|
Description=Firebird Database Server ( SuperServer )
|
||
|
After=syslog.target network.target
|
||
|
Conflicts=firebird-classic.socket
|
||
|
|
||
|
[Service]
|
||
|
User=firebird
|
||
|
Group=firebird
|
||
|
Type=forking
|
||
|
PIDFile=/var/run/firebird/default.pid
|
||
|
ExecStart=@FB_SBINDIR@/fbguard -pidfile /var/run/firebird/default.pid -daemon -forever
|
||
|
StandardError=syslog
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|