Como fazer um arquivo .sh iniciar com o sistema - How to make a .sh file start with the system

olá, uso o zorin os, e preciso fazer um arquivo.sh que criei com comandos que devem ser aplicados toda vez que o zorin inicia, observe que sei fazer isso usando o aplicativo de inicialização do zorin mas essa aplicação só faz os comandos serem iniciados para cada usuário e no meu caso, eu preciso que esse arquivo.sh seja carregado mesmo se não houver ninguém logado, ou seja, para todo o sistema com privilégio root.

Translation:
Hello, I use Zorin OS, and I need to make a arquivo.sh that I created with commands that must be applied every time Zorin starts, note that I know how to do this using Zorin's startup application but this application only makes the commands be started for each user and in my case, I need this arquivo.sh to be loaded even if there is no one logged in, that is, for the entire system with root privilege.

Response:

Just wanting to clarify, this is currently posted under the "Tutorials and Guides" section. Are you going to be providing a solution to this as to show how to do it? Or are you asking for assistance in how to do it?

Translation:

Só querendo esclarecer, isso está atualmente postado na seção "Tutoriais e Guias". Você vai fornecer uma solução para isso para mostrar como fazê-lo? Ou você está pedindo ajuda sobre como fazer isso?

Edit: Changed category to general help.

He is asking for assistance.

This article here should give you some options for startup tasks:
Executing Bash Scripts at Startup in Ubuntu Linux (squash.io)

Este artigo aqui deve fornecer algumas opções para tarefas de inicialização:
[Executando scripts Bash na inicialização no Ubuntu Linux (squash.io)] (Executing Bash Scripts at Startup in Ubuntu Linux)

I was so free to translate the Thread Title for better Understanding. I hope it is okay.

Tive a liberdade de traduzir o título do tópico para melhor compreensão. Espero que não haja problema.

The simplest solution I think it's to create a cronjob using the @reboot. You can see an example here:

1 Like