Status do Serviço Firebird
Publicado por Thiago M 28/12/2005
[ Hits: 19.198 ]
Script que executa Start , Stop, Restart e Status do banco de dados firebird
#!/bin/sh # chkconfig: 345 20 80 # description: Start/Stop firebird database server # # This file belongs in /etc/init.d where it will be run # on system startup and shutdown to start the background # Firebird/interbase database server daemon FIREBIRD=/opt/firebird ISC_USER=SYSDBA ISC_PASSWORD=masterkey FBRunUser=firebird # WARNING: in a real-world installation, you should not put the # SYSDBA password in a publicly-readable file. # Eventually this file should not need to contain any passwords. # as root user alone should be sufficient privledge to stop/start # the server. export FIREBIRD export ISC_USER export ISC_PASSWORD # Check the file is there and is executable. [ -x $FIREBIRD/bin/fbmgr ] || exit 0 # See how we were called. case "$1" in start) echo -n "Starting Firebird server: " $FIREBIRD/bin/fbmgr -start RETVAL=$? ;; restart|reload) $0 stop $0 start RETVAL=$? ;; stop) echo -n "Parando serviço Firebird ..." if ps -e | grep fbguard > /dev/null then killall fbguard killall fbserver fi echo "done." RETVAL=0 ;; status) echo -n "Firebird Service Status ..." if ps -e | grep fbguard > null then echo "Running" else echo "Stoped" fi ;; *) echo "Usage: firebird {start|stop|restart}" exit 1 esac exit $RETVAL
Script de compilação do Xorg 7.2 otimizado para Slackware 64 bits (Slamd64)
Registar automáticamente o dns de uma maquina no DNS via DHCP
Como capturar senhas de outros usuários
Dicionário e tradutor baseado no Michaelis
IA chega ao desktop e impulsiona produtividade no mundo Linux
Novos apps de produtividade, avanços em IA e distros em ebulição agitam o universo Linux
Desktop Linux ganha novos apps enquanto IA invade o noticiário
Blender 5.0 Beta, Firefox 144 e avanço da IA dominam o dia no mundo Linux
Desktop Linux ganha fôlego enquanto distros refinam experiência e segurança
Como mudar o nome de dispositivos Bluetooth via linha de comando
Adicionando o repositório backports no Debian 13 Trixie
Baixar jogos Independentes para Ubuntu [RESOLVIDO] (4)
PIP3 - erro ao instalar módulo do mariadb para o Python (1)
Linux x Plataformas de Trading - um problema (in-)solúvel? (4)