mirror of
https://github.com/kidwellj/proxmox-scripts.git
synced 2025-06-27 04:04:08 +00:00
Added jdownloader2.service
This commit is contained in:
parent
9860dda3a0
commit
269766ff3e
1 changed files with 14 additions and 0 deletions
14
jdownloader2.service
Normal file
14
jdownloader2.service
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue