Last active
October 22, 2023 11:58
-
-
Save Lukas-Heiligenbrunner/6dbda8e3a26cdddc14b2607e1b700b1b to your computer and use it in GitHub Desktop.
JDownloader Service
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [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