jdownloader/templates/JDownloader.service.j2
vincent bb7fce26dc
Some checks failed
continuous-integration/drone/push Build is failing
remove ending newline
2021-08-09 16:01:28 +02:00

16 lines
309 B
Django/Jinja

[Unit]
Description=JDownload Headless
After=network.target
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/opt/JDownloaderScripts/JDownloaderHeadlessCtl start
ExecStop=/opt/JDownloaderScripts/JDownloaderHeadlessCtl stop
User={{JD_Username}}
Group={{JD_Username}}
[Install]
WantedBy=multi-user.target