|
NAMEUbic::Cmd - ubic methods with pretty printing.VERSIONversion 1.58SYNOPSISWhen using ubic from simple scripts, you want to print some output about what happened when starting/stopping service.This package mostly conforms to "Ubic" module API (i.e. to LSB init-script API). SYNOPSISuse Ubic::Cmd; Ubic::Cmd->start("aaa.bbb"); CONSTRUCTOR
LSB METHODSAll following methods do the same things as methods in "Ubic", but they also print messages about their actions.
OTHER METHODS
BUGS AND CAVEATSInterface of this class is unstable and can be changed without further notice.When in doubt, consider Ubic or system("ubic COMMAND SERVICE") instead. AUTHORVyacheslav Matyukhin <mmcleric@yandex-team.ru>COPYRIGHT AND LICENSEThis software is copyright (c) 2015 by Yandex LLC.This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
Visit the GSP FreeBSD Man Page Interface. |