summaryrefslogtreecommitdiffstats
path: root/database/firebird25/init.d/firebird2
diff options
context:
space:
mode:
Diffstat (limited to 'database/firebird25/init.d/firebird2')
-rwxr-xr-xdatabase/firebird25/init.d/firebird22
1 files changed, 1 insertions, 1 deletions
diff --git a/database/firebird25/init.d/firebird2 b/database/firebird25/init.d/firebird2
index e68436efc5..bac2eef56a 100755
--- a/database/firebird25/init.d/firebird2
+++ b/database/firebird25/init.d/firebird2
@@ -23,7 +23,7 @@ NEEDS="+network +remote_fs"
case $1 in
start)
echo "Starting Firebird Super Server"
- su -s "/bin/sh" -m -c "$FB_DIR/$FB" -l "firebird" &
+ su -s "/bin/sh" -c "$FB_DIR/$FB" -l "firebird" &
evaluate_retval
;;
stop)