mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 18:43:02 +01:00
fixed runuser problem on Debian
This commit is contained in:
parent
1d56b1edbb
commit
c97afa8f55
@ -8,8 +8,8 @@
|
||||
# Firebird/interbase database server daemon
|
||||
|
||||
|
||||
# This init script contains functions specific for redhat
|
||||
# and mandrake init scripts.
|
||||
# This init script contains functions specific for debian
|
||||
# init scripts.
|
||||
|
||||
# Source function library.
|
||||
#. /etc/rc.d/init.d/functions
|
||||
@ -36,7 +36,7 @@ MANAGER=$FIREBIRD/bin/fbmgr.bin
|
||||
case "$1" in
|
||||
start)
|
||||
echo -n "Starting Firebird server: "
|
||||
start-stop-daemon --start --quiet --oknodo --user $FBRunUser --exec $MANAGER -- $FB_OPTS
|
||||
start-stop-daemon --start --quiet --oknodo --chuid $FBRunUser --exec $MANAGER -- $FB_OPTS
|
||||
RETVAL=$?
|
||||
;;
|
||||
stop)
|
||||
|
Loading…
Reference in New Issue
Block a user