|
NAMEubic - command-line frontend to ubic services VERSIONversion 1.60 SYNOPSIS ubic [-f] COMMAND [SERVICE]...
Supported commands:
status
start
stop
restart
reload
force-reload
cached-status
try-restart
...and any service-specific commands
DESCRIPTIONThis program can start, stop and display status of any services. It is a main tool for system administrator who wants to operate ubic services. ubic conforms to LSB interface for init scripts (<http://refspecs.freestandards.org/LSB_4.0.0/LSB-Core-generic/LSB-Core-generic/iniscrptact.html>) with obvious exception that it is invoked as "ubic COMMAND SERVICE" instead of "/etc/init.d/SERVICE COMMAND". It also can operate several services at once:
When operating multiservices, flag -f can be used to force operations on "protected" multiservices. For example, you can't restart all services on host using "ubic restart", you have to say "ubic restart -f". EXIT STATUSWhen managing one service, exit status conforms to LSB specification when it makes sense. When managing several services, exit code is non-zero if any service fails, and zero if all operations succeeded. SEE ALSOLSB - Init Script Actions <http://refspecs.freestandards.org/LSB_4.0.0/LSB-Core-generic/LSB-Core-generic/iniscrptact.html> AUTHORVyacheslav Matyukhin <mmcleric@yandex-team.ru> COPYRIGHT AND LICENSEThis software is copyright (c) 2016 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.
|