View Single Post
  #1  
Old 28.07.2020, 17:27
jimcookie jimcookie is offline
Baby Loader
 
Join Date: Dec 2017
Posts: 9
Default jdownloader2 service stuck in "activating"

Hi,

Since the recent update, the JD2 service starts but the status remains "activating" ... on CentOS8

Anyone else have this issue and can share a fix?

Thanks

Code:
[Unit]
Description=jDownloader2 Java Daemon
After=network.target

[Service]
User=jd2
Group=jd2
Type=oneshot
Umask=000
RemainAfterExit=yes
ExecStart=/usr/bin/java -jar /home/jd2/JDownloader.jar
StandardOutput=/var/log/jd.log
TimeoutStopSec=20
KillSignal=SIGABRT

[Install]
WantedBy=multi-user.target
Reply With Quote