Added jdownloader2.service

This commit is contained in:
Steven Seifried 2022-01-15 10:50:29 +01:00
parent 9860dda3a0
commit 269766ff3e
No known key found for this signature in database
GPG key ID: 174371A9356D63E5

14
jdownloader2.service Normal file
View file

@ -0,0 +1,14 @@
[Unit]
Description=jDownloader2 Java Daemon
After=network.target
[Service]
User=jdown2
Group=jdown2
Type=simple
ExecStart=/usr/bin/java -jar /opt/jdown2/JDownloader.jar -norestart
TimeoutStopSec=20
KillSignal=SIGABRT
[Install]
WantedBy=multi-user.target