mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 18:03:04 +01:00
15 lines
316 B
SYSTEMD
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
|