Index: experimental/webtry/DESIGN.md |
diff --git a/experimental/webtry/DESIGN.md b/experimental/webtry/DESIGN.md |
index a179c04713b5408e16c7bd427e0bac5a60c10232..c2e3d19b6c5e70afe52f6703cf5a10189abe006e 100644 |
--- a/experimental/webtry/DESIGN.md |
+++ b/experimental/webtry/DESIGN.md |
@@ -89,7 +89,7 @@ The server is started and stopped via: |
sudo /etc/init.d/webtry [start|stop|restart] |
-By sysv init only handles starting and stopping a program once, so we use |
+But sysv init only handles starting and stopping a program once, so we use |
tfarina
2014/09/22 17:18:40
Thanks.
|
Monit to monitor the application and restart it if it crashes. The config |
is in: |