mirror of
https://github.com/kidwellj/proxmox-scripts.git
synced 2025-01-09 13:12:22 +00:00
14 lines
265 B
Desktop File
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 |