maintancemode

This commit is contained in:
2022-05-18 17:26:09 +05:00
parent ab05330e40
commit 63f61de636
2 changed files with 6 additions and 2 deletions

View File

@@ -6,4 +6,7 @@ TG_CHATID=''
### Change to a private hosted Telegram Bot API if compressed dir is over 50MB
TG_BOTAPI='https://api.telegram.org/bot'
# Compression
# Start and start service command, This could be a systemctl or screen or whatever else command
STOP_SERVICE='echo Mainanace mode on'
START_SERVICE='echo Mainanace mode off'