kil1mple
Member
Hello,
my Bot doesnt start at the system startup. I use a systemd script. The script works fine.
Status after boot.
Can you help me ? Thanks
my Bot doesnt start at the system startup. I use a systemd script. The script works fine.
Status after boot.
Code:
nicoxxx@:~$ sudo systemctl status sinusbot.service
[sudo] Passwort für nico:
● sinusbot.service - Sinusbot, the Teamspeak 3 and Discord music bot.
Loaded: loaded (/etc/systemd/system/sinusbot.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Fri 2018-11-02 18:44:26 CET; 22s ago
Process: 880 ExecStopPost=/bin/rm -f /tmp/.sinusbot.lock (code=exited, status=0/SUCCESS)
Process: 569 ExecStart=/opt/sinusbot/sinusbot (code=exited, status=255)
Process: 560 ExecStartPre=/bin/rm -f /tmp/.sinusbot.lock (code=exited, status=0/SUCCESS)
Main PID: 569 (code=exited, status=255)
Nov 02 18:44:26 xxx sinusbot[569]: (C) 2013-2018 Michael Friese. All rights reserved.
Nov 02 18:44:26 xxx sinusbot[569]: 2018/11/02 18:44:26 [GENERAL/SCRIPTS] INFO Loading ScriptPlugin Advanced_Display_Playback_Information.js
Nov 02 18:44:26 xxx sinusbot[569]: 2018/11/02 18:44:26 [GENERAL/SCRIPTS] INFO Loading ScriptPlugin Digital_Clock.js
Nov 02 18:44:26 xxx sinusbot[569]: 2018/11/02 18:44:26 [GENERAL/SCRIPTS] INFO Loading ScriptPlugin NowPlaying.js
Nov 02 18:44:26 xxx sinusbot[569]: 2018/11/02 18:44:26 [GENERAL/SCRIPTS] INFO Loading ScriptPlugin Steam_Server_Information.js
Nov 02 18:44:26 xxx sinusbot[569]: 2018/11/02 18:44:26 [GENERAL/SCRIPTS] INFO Loading ScriptPlugin Weather_Information.js
Nov 02 18:44:26 xxx sinusbot[569]: could not contact update server
Nov 02 18:44:26 xxx systemd[1]: sinusbot.service: Main process exited, code=exited, status=255/n/a
Nov 02 18:44:26 xxx systemd[1]: sinusbot.service: Unit entered failed state.
Nov 02 18:44:26 xxx systemd[1]: sinusbot.service: Failed with result 'exit-code'.
Can you help me ? Thanks