25 lines
586 B
YAML
Executable File
25 lines
586 B
YAML
Executable File
actions:
|
|
- title: "Restart Gluetun and Services"
|
|
shell: /scripts/restart-gluetun-and-services.sh
|
|
timeout: 75
|
|
|
|
- title: "Restart qBittorrent"
|
|
shell: /scripts/restart-qbittorrent.sh
|
|
timeout: 15
|
|
|
|
- title: "Restart SABnzbd"
|
|
shell: /scripts/restart-sabnzbd.sh
|
|
timeout: 15
|
|
|
|
- title: "Restart JDownloader"
|
|
shell: /scripts/restart-jdownloader.sh
|
|
timeout: 15
|
|
|
|
- title: "Restart Firefox-VPN"
|
|
shell: /scripts/restart-firefox-vpn.sh
|
|
timeout: 15
|
|
|
|
- title: "Restart AdGuardHome-Sync"
|
|
shell: /scripts/restart-adguardhome-sync.sh
|
|
timeout: 15
|