Skip to content

Instantly share code, notes, and snippets.

@Lukas-Heiligenbrunner
Last active October 22, 2023 11:58
Show Gist options
  • Select an option

  • Save Lukas-Heiligenbrunner/6dbda8e3a26cdddc14b2607e1b700b1b to your computer and use it in GitHub Desktop.

Select an option

Save Lukas-Heiligenbrunner/6dbda8e3a26cdddc14b2607e1b700b1b to your computer and use it in GitHub Desktop.
JDownloader Service
[Unit]
Description=JDownloader Service
After=network.target
[Service]
ExecStart=java -jar JDownloader.jar
WorkingDirectory=/root/jd
StandardOutput=inherit
StandardError=inherit
Restart=always
User=root
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment