summarylogtreecommitdiffstats
path: root/firebird-systemd.service
blob: e7d95e0fd9dcc3e7fc5962c9f7386d876143a1fb (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=FIREBIRD=/opt/firebird/
ExecStart=/opt/firebird/bin/fbguard -pidfile /run/firebird/default.pid -daemon -forever
SyslogIdentifier=firebird

[Install]
WantedBy=multi-user.target