COMO COLOCAR UM SCRIPT PARA INICIALIZAR AUTOMATICAMENTE NO UBUNTU 16.04?

1. COMO COLOCAR UM SCRIPT PARA INICIALIZAR AUTOMATICAMENTE NO UBUNTU 16.04?

Fabricio Almeida
fabricioasg3

(usa Ubuntu)

Enviado em 25/04/2019 - 13:43h

Galera criei um script dentro da pasta /etc/init.d/ chamado remoto,dentro dele coloquei os comandos:

#!/bin/bash
rdesktop -f 192.168.10.100 -k pt-br

Como podem ver eu so quero que ao inicializar o sistema suba uma conexão RDP com o meu servidor terminal service.

Logo após executei o comandos

sudo chmod +x remoto
sudo update-rc.d remoto defaults

O problema é que ao iniciar o sistema ele não sobre a conexão.Já testei o script e ele funciona manualmente.

Será que estou fazendo alguma coisa errada?

Desde já agradeço a ajuda de vocês!



  


2. Re: COMO COLOCAR UM SCRIPT PARA INICIALIZAR AUTOMATICAMENTE NO UBUNTU 16.04?

Wesley Saraiva
wesleyfox

(usa Ubuntu)

Enviado em 26/04/2019 - 08:52h

Poderia verificar se existe um arquivo em " /etc/rc.local " no seu sistema? Caso sim, posta aqui o conteúdo dele. Assim poderemos analisar melhor o problema.


3. Re: COMO COLOCAR UM SCRIPT PARA INICIALIZAR AUTOMATICAMENTE NO UBUNTU 16.04?

Fabricio Almeida
fabricioasg3

(usa Ubuntu)

Enviado em 26/04/2019 - 10:18h

root@ubuntu:/etc# cat /etc/rc.local
#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.

exit 0
root@ubuntu:/etc#







Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts