set proper services names
* rename memcache to memcached * remove outdated platform checks
This commit is contained in:
@@ -444,9 +444,9 @@ class WOLogMailController(CementBaseController):
|
||||
(['--nginx'],
|
||||
dict(help='Mail Nginx Error logs file', action='store_true')),
|
||||
(['--php'],
|
||||
dict(help='Mail PHP Error logs file', action='store_true')),
|
||||
dict(help='Mail PHP 7.2 Error logs file', action='store_true')),
|
||||
(['--fpm'],
|
||||
dict(help='Mail PHP5-fpm slow logs file',
|
||||
dict(help='Mail PHP 7.2-fpm slow logs file',
|
||||
action='store_true')),
|
||||
(['--mysql'],
|
||||
dict(help='Mail MySQL logs file', action='store_true')),
|
||||
|
||||
Reference in New Issue
Block a user