8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 08:03:04 +01:00
firebird-mirror/builds/install/arch-specific/linux/firebird.service.in
2021-10-29 19:42:44 +03:00

14 lines
275 B
SYSTEMD

[Unit]
Description=Firebird Database Server
After=syslog.target network.target
Documentation=https://firebirdsql.org/en/firebird-rdbms/
[Service]
User=firebird
Group=firebird
Type=forking
ExecStart=@FB_SBINDIR@/fbguard -daemon -forever
[Install]
WantedBy=multi-user.target