mirror of
https://github.com/kidwellj/proxmox-scripts.git
synced 2025-01-10 05:32:21 +00:00
Added jdownloader2.service
This commit is contained in:
parent
9860dda3a0
commit
269766ff3e
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…
Reference in a new issue