8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 14:03:07 +01:00
firebird-mirror/builds/install/arch-specific/linux/firebird.service.in

15 lines
316 B
SYSTEMD

[Unit]
Description=Firebird Database Server
After=syslog.target network.target
[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