8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-26 06:43:04 +01:00
firebird-mirror/builds/install/arch-specific/linux/firebird-superserver.service.in

16 lines
366 B
SYSTEMD
Raw Normal View History

[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