summaryrefslogtreecommitdiffstats
path: root/README.Fedora
diff options
context:
space:
mode:
authorPhilippe Makowski <philippe.makowski@rtech.fr>2016-03-02 12:45:00 +0100
committerPhilippe Makowski <philippe.makowski@rtech.fr>2016-03-02 12:45:00 +0100
commitcc6929bed438a23b9ed4b4c48b23102484cc35ee (patch)
treec67345ed49bdd7713e4f4b36e9ce4b64e6103649 /README.Fedora
parent02ba0fc67945d7f12db43cc77bedaf37a931f395 (diff)
downloadfirebird3-cc6929bed438a23b9ed4b4c48b23102484cc35ee.tar.gz
firebird3-cc6929bed438a23b9ed4b4c48b23102484cc35ee.tar.xz
firebird3-cc6929bed438a23b9ed4b4c48b23102484cc35ee.zip
First released version
Diffstat (limited to 'README.Fedora')
-rw-r--r--README.Fedora21
1 files changed, 8 insertions, 13 deletions
diff --git a/README.Fedora b/README.Fedora
index 3bf59f0..9f869cb 100644
--- a/README.Fedora
+++ b/README.Fedora
@@ -1,25 +1,20 @@
Differences between upstream and the Fedora package
===================================================
-* Firebird utilities gbak,gsec,gfix,and nbackup have a symlink in /usr/bin
- In /usr/bin you have also isql-fb symlinked to Firebird isql.
- We can't name it isql to avoid conflict with isql from UNIX-ODBC
- In /usr/bin you have also gstat-fb symlinked to Firebird gstat.
- We can't name it gstat to avoid conflict with gstat from Ganglia-gmond
+* In /usr/bin you have isql-fb for Firebird isql.
+ We can't name it isql to avoid conflict with isql from UNIX-ODBC.
+ In /usr/bin you have also gstat-fb for Firebird gstat.
+ We can't name it gstat to avoid conflict with gstat from Ganglia-gmond.
+
+* By default, Firebird is set as superserver mode.
+ Please read the Firebird doc if you want to change the mode.
+ To help you, you have systemd units in /usr/share/firebird/misc.
* According to Fedora packaging rules, firebird service is not started
automatically. You need to start it, as root :
for SuperServer :
systemctl start firebird-superserver.service
- for SuperClassic :
- systemctl start firebird-superclassic.service
- for Classic :
- systemctl start firebird-classic.socket
If you want to have firebird started at each boot, as root :
for SuperServer :
systemctl enable firebird-superserver.service
- for SuperClassic :
- systemctl enable firebird-superclassic.service
- for Classic :
- systemctl enable firebird-classic.socket