mirror of
https://github.com/kidwellj/proxmox-scripts.git
synced 2025-06-27 04:04:08 +00:00
Updated files
This commit is contained in:
parent
17e2fbcc06
commit
cb66097399
19 changed files with 17 additions and 18 deletions
16
systemd_files/cloudflared.service
Normal file
16
systemd_files/cloudflared.service
Normal file
|
@ -0,0 +1,16 @@
|
|||
[Unit]
|
||||
Description=cloudflared DNS over HTTPS proxy
|
||||
After=syslog.target network-online.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
User=cloudflared
|
||||
EnvironmentFile=/etc/default/cloudflared
|
||||
ExecStart=/usr/local/bin/cloudflared proxy-dns $CLOUDFLARED_OPTS
|
||||
Restart=on-failure
|
||||
RestartSec=10
|
||||
KillMode=process
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
14
systemd_files/jdownloader2.service
Normal file
14
systemd_files/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…
Add table
Add a link
Reference in a new issue