summarylogtreecommitdiffstats
path: root/firebird.service
blob: 6565a6bf4c23255408ec87c4fa3da72b06e51964 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=Firebird Database Service (SuperServer)
After=syslog.target network.target

[Service]
User=firebird
Group=firebird
Type=forking
PIDFile=/run/firebird/default.pid
Environment=LD_PRELOAD=libfbclient.so.2
ExecStart=/usr/lib/firebird/bin/fbguard -pidfile /run/firebird/default.pid -daemon -forever
SyslogIdentifier=firebird

[Install]
WantedBy=multi-user.target