O AdGuard para Linux não arranca automaticamente com o sistema. Como posso ativar a inicialização automática?

Nas distribuições que utilizam o systemd, é necessário ativar o serviço manualmente. Para tal, crie o ficheiro de serviço /etc/systemd/system/adguard-cli.service e adicione a seguinte configuração:
[Unit]
Description=AdGuard CLI
After=network.target

[Service]
Type=forking
WorkingDirectory=/opt/adguard-cli
ExecStart=/opt/adguard-cli/adguard-cli start
ExecStop=/opt/adguard-cli/adguard-cli stop
Restart=always
TimeoutStartSec=0
TimeoutStopSec=0
StandardOutput=journal
RemainAfterExit=yes
User=username

[Install]
WantedBy=multi-user.target
In the User=username parameter, replace username with your Linux username.
  1. Run the following commands to enable the service:
    systemctl daemon-reload
    systemctl enable --now adguard-cli
A transferir o AdGuard Clique no botão indicado pela seta para iniciar a instalação Seleccione "Abrir" e clique em "OK", depois espere que o ficheiro seja transferido. Na janela aberta, arraste o ícone AdGuard para a pasta "Aplicações". Obrigado por escolher o AdGuard! Seleccione "Abrir" e clique em "OK", depois espere que o ficheiro seja transferido. Na janela aberta, clique em "Instalar". Obrigado por escolher o AdGuard!
Instale o AdGuard no seu dispositivo móvel