proxmox-scripts/systemd_files/jdownloader2.service
Steven Seifried cb66097399
Updated files
2022-01-20 20:41:38 +01:00

14 lines
265 B
Desktop File

[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