Subject | Re: Firebird Classic installation on Fedora 21 64-bit - problem |
---|---|
Author | |
Post date | 2015-01-26T13:17:39Z |
* According to Fedora packaging rules, firebird service is not started
automatically. You need to start it, as root :
systemctl start firebird-superclassic.service
for Classic :
systemctl start firebird-classic.socket
If you want to have firebird started at each boot, as root :
systemctl enable firebird-superclassic.service
for Classic :
systemctl enable firebird-classic.socket
automatically. You need to start it, as root :
systemctl start firebird-superclassic.service
for Classic :
systemctl start firebird-classic.socket
If you want to have firebird started at each boot, as root :
systemctl enable firebird-superclassic.service
for Classic :
systemctl enable firebird-classic.socket
via centos7 install thread