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

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

[Install]
WantedBy=multi-user.target