JDownloader Community - Appwork GmbH
 

Go Back   JDownloader Community - Appwork GmbH > Deutscher Support > Probleme & Bugreports
Reply
 
Thread Tools Display Modes
  #1  
Old 12.03.2020, 19:11
honeybee honeybee is offline
Vacuum Cleaner
 
Join Date: Feb 2019
Posts: 18
Default Jdwnloader startet nach Update nicht von alleine neu

Ubuntu 18.4 VM

Mein Service sieht wie folgt aus:

Code:
[Unit]
Description=JDownloader
Wants=network.target
After=network.target

[Service]
Type=simple

ExecStart=/opt/jd.sh

[Install]
WantedBy=multi-user.target
Die sh so:
Code:
#!/bin/bash
echo "starting JDownloader2..."
umask 000
/usr/bin/java -Djava.awt.headless=true -jar /opt/jdownloader/JDownloader.jar >/dev/null 2>/dev/null
Wenn ich den dienst mit service jdownloader restart neustarte klappt alles genau so wie wenn ich die VM neustarte.
Reply With Quote
  #2  
Old 13.03.2020, 17:26
honeybee honeybee is offline
Vacuum Cleaner
 
Join Date: Feb 2019
Posts: 18
Default

Problem gefunden.

Die systemd Datei muss wie folgt aussehen:


Quote:
[Unit]
Description=JDownloader
Wants=network.target
After=network.target

[Service]
Type=simple

Restart=always

ExecStart=/opt/jd.sh

[Install]
WantedBy=multi-user.target
Reply With Quote
  #3  
Old 16.03.2020, 11:14
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,121
Default

Hi,

danke für das Feedback!

Grüße, psp
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

All times are GMT +2. The time now is 19:35.
Provided By AppWork GmbH | Privacy | Imprint
Parts of the Design are used from Kirsch designed by Andrew & Austin
Powered by vBulletin® Version 3.8.10 Beta 1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.