summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index a607e2e..cfc5f15 100644
--- a/README
+++ b/README
@@ -14,14 +14,14 @@ It supports:
QUICK START GUIDE:
# Starting
-./bin/perldaemon start
+./bin/perldaemon start (or shortcut ./control start)
# Stopping
-./bin/perldaemon stop
+./bin/perldaemon stop (or shortcut ./control stop)
# Writing your own modules:
cd ./lib/PerlDaemonModules/
cp ExampleModule.pm YourModule.pm
vi YourModule.pm
cd -
-./bin/perldaemon restart
+./bin/perldaemon restart (or shortcurt ./control restart)