diff options
| author | Paul Buetow <paul@buetow.org> | 2011-05-13 14:45:34 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2011-05-13 14:45:34 +0000 |
| commit | 6deaaad082e043f1a1b9934511804aac81cde4e3 (patch) | |
| tree | 26da1e736834f7f9db6224f36acf516b244879c9 /README | |
| parent | f6d96f69a1ecd79b8dbf99099e3b7c998e986bdf (diff) | |
added 'restart' command
Diffstat (limited to 'README')
| -rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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) |
