mirror of
https://github.com/sartoopjj/thefeed.git
synced 2026-05-19 06:34:35 +03:00
feat: update allowManage logic to disable via environment variable and clean up install script flags
This commit is contained in:
+1
-2
@@ -298,8 +298,7 @@ ExecStart=${INSTALL_DIR}/thefeed-server \\
|
||||
--api-id \${TELEGRAM_API_ID} \\
|
||||
--api-hash \${TELEGRAM_API_HASH} \\
|
||||
--phone \${TELEGRAM_PHONE} \\
|
||||
--listen \${THEFEED_LISTEN} \\
|
||||
--msg-limit \${THEFEED_MSG_LIMIT} ${extra_flags}
|
||||
--listen \${THEFEED_LISTEN} ${extra_flags}
|
||||
|
||||
Restart=on-failure
|
||||
RestartSec=10
|
||||
|
||||
Reference in New Issue
Block a user