mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-12-25 22:18:07 +00:00
Remove old warden references
This commit is contained in:
parent
cdb14867b9
commit
03c993f4cc
|
@ -1,26 +0,0 @@
|
|||
# WARden service
|
||||
# /etc/systemd/system/warden.service
|
||||
|
||||
[Unit]
|
||||
Description=WARden
|
||||
Wants=bitcoind.service
|
||||
After=bitcoind.service
|
||||
|
||||
[Service]
|
||||
ExecStartPre=/usr/bin/is_not_shutting_down.sh
|
||||
ExecStartPre=/usr/bin/wait_on_bitcoin.sh
|
||||
WorkingDirectory=/opt/mynode/warden
|
||||
ExecStart=/bin/bash -c 'source env/bin/activate && python3 warden --host 0.0.0.0 --port 5010'
|
||||
|
||||
User=bitcoin
|
||||
Group=bitcoin
|
||||
Type=simple
|
||||
TimeoutSec=120
|
||||
Restart=always
|
||||
RestartSec=30
|
||||
StandardOutput=syslog
|
||||
StandardError=syslog
|
||||
SyslogIdentifier=warden
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
|
@ -225,17 +225,6 @@
|
|||
"requires_lightning": true,
|
||||
"is_premium": true
|
||||
},
|
||||
{
|
||||
"COMMENT": "INCOMPLETE APP - enable can_uninstall,can_reinstall,show_on_homepage_page,show_on_application_page",
|
||||
"name": "Warden",
|
||||
"short_name": "warden",
|
||||
"app_tile_default_status_text": "Portfolio Tracker",
|
||||
"can_uninstall": false,
|
||||
"can_reinstall": false,
|
||||
"show_on_homepage": false,
|
||||
"show_on_application_page": false,
|
||||
"homepage_order": 41
|
||||
},
|
||||
{
|
||||
"name": "Warden Terminal",
|
||||
"short_name": "wardenterminal",
|
||||
|
|
Loading…
Reference in New Issue
Block a user