systemd falha no serviço

3

Por nenhuma razão eu posso pensar em Nzbget parou de funcionar. Eu mudei nada e o serviço apenas parou e se recusou a reiniciar.

 sudo systemctl status nzbget -l
 * nzbget.service - NZBGet Daemon
 Loaded: loaded (/etc/systemd/system/nzbget.service; enabled)
 Active: failed (Result: start-limit) since Sun 2016-05-01 06:23:27 BST; 2min 46s ago
Process: 596 ExecStop=/opt/nzbget/nzbget -Q (code=exited, status=0/SUCCESS)  Process: 586 ExecStart=/opt/nzbget/nzbget -c /opt/nzbget/nzbget.conf -D (code=exited, status=0/SUCCESS)
 Main PID: 588 (code=killed, signal=ABRT)

May 01 06:23:27 osmc systemd[1]: Unit nzbget.service entered failed state.
May 01 06:23:27 osmc systemd[1]: nzbget.service start request repeated too quickly, refusing to start.
May 01 06:23:27 osmc systemd[1]: Failed to start NZBGet Daemon.
May 01 06:23:27 osmc systemd[1]: Unit nzbget.service entered failed state.

Aqui está o log;

osmc@osmc:~/Downloads$ 
cat nzbget.log 
Sun May 1 06:38:44 2016 INFO nzbget 16.4 daemon-mode 
Sun May 1 06:38:44 2016 INFO nzbget 16.4 daemon-mode 
Sun May 1 06:38:45 2016 INFO nzbget 16.4 daemon-mode 
Sun May 1 06:38:45 2016 INFO nzbget 16.4 daemon-mode 
Sun May 1 06:38:46 2016 INFO nzbget 16.4 daemon-mode

Aqui está o serviço;

[Unit]
Description=NZBGet Daemon
After=network.target
RequiresMountsFor=/mnt/

[Service]
User=osmc
Group=osmc
Type=forking
ExecStart=/opt/nzbget/nzbget -c /opt/nzbget/nzbget.conf -D
ExecStop=/opt/nzbget/nzbget -Q
ExecReload=/opt/nzbget/nzbget -O
KillMode=process
Restart=on-failure

[Install]
WantedBy=multi-user.target
    
por eekfonky 01.05.2016 / 07:32

1 resposta

0

Estranho. Eu removi todos os arquivos nas seguintes pastas:

Nzb, intermediário, fila

Reiniciou o serviço e isso funcionou. Não faço ideia do porquê, mas agora tudo está funcionando novamente

    
por 01.05.2016 / 21:43

Tags