From f36ce3d2459e88805c7b2da2cd92ab6b4ed76b7c Mon Sep 17 00:00:00 2001
From: jrandom <jrandom>
Date: Thu, 26 Aug 2004 18:39:30 +0000
Subject: [PATCH] drop the links to install/uninstall the service from this
 page.  not worth the effort atm (they can just run the shell scripts)

---
 apps/routerconsole/jsp/configservice.jsp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/apps/routerconsole/jsp/configservice.jsp b/apps/routerconsole/jsp/configservice.jsp
index 6728c1862b..c701abdab1 100644
--- a/apps/routerconsole/jsp/configservice.jsp
+++ b/apps/routerconsole/jsp/configservice.jsp
@@ -39,6 +39,7 @@
  If you are on windows, you can either enable or disable that icon here. <br />
  <input type="submit" name="action" value="Show systray icon" />
  <input type="submit" name="action" value="Hide systray icon" />
+ <!--
  <h4>Run on startup</h4>
  On the windows platform, you can control whether I2P is run on startup or not by
  selecting one of the following options - I2P will install (or remove) a service 
@@ -49,6 +50,7 @@
  as root.<br />
  <input type="submit" name="action" value="Run I2P on startup" />
  <input type="submit" name="action" value="Don't run I2P on startup" />
+ -->
  <h4>Debugging</h4>
  At times, it may be helpful to debug I2P by getting a thread dump.  To do so, 
  please select the following option and review the thread dumped to 
-- 
GitLab