summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2011-05-13 14:45:34 +0000
committerPaul Buetow <paul@buetow.org>2011-05-13 14:45:34 +0000
commit6deaaad082e043f1a1b9934511804aac81cde4e3 (patch)
tree26da1e736834f7f9db6224f36acf516b244879c9 /README
parentf6d96f69a1ecd79b8dbf99099e3b7c998e986bdf (diff)
added 'restart' command
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)