Buckminster
usa Void Linux
Post recolhido
Enviado em 16/09/2014 - 07:58h
Crie um arquivo txt em branco com teu editor de texto favorito.
Coloque o conteúdo abaixo dentro dele:
#!/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
Salve dentro de /etc ficando /etc/rc.local.
Dê permissão de execução:
# chmod +x /etc/rc.local
E reinicie o computador.