mirror of
https://github.com/YunoHost-Apps/codimd_ynh.git
synced 2024-09-03 18:16:32 +02:00
up
This commit is contained in:
parent
07ada6cad4
commit
8506dcc655
1 changed files with 16 additions and 0 deletions
16
conf/codimd.service
Normal file
16
conf/codimd.service
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
[Unit]
|
||||||
|
Description=jdownloader
|
||||||
|
After=network.target
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
WorkingDirectory=/opt/jdownloader/
|
||||||
|
User=admin
|
||||||
|
Group=users
|
||||||
|
Type=simple
|
||||||
|
UMask=000
|
||||||
|
ExecStart=/usr/bin/java -Djava.awt.headless=true -jar JDownloader.jar
|
||||||
|
RestartSec=15
|
||||||
|
Restart=always
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target
|
Loading…
Add table
Reference in a new issue