svctl.1 (703B)
1 .TH "SVCTL" "1" "October 2020" "sysmgr-VERSION" "General Commands Manual" 2 .SH NAME 3 svctl \- service controller for sysmgr 4 .SH SYNOPSIS 5 svctl [operation] [service...] 6 .SH DESCRIPTION 7 svctl is a tool to interact with sysmgr services, and make sure they are started 8 or stopped properly. It has the following operations: 9 .TP 10 .B start/up 11 starts the given services 12 .TP 13 .B stop/down 14 stops the given services 15 .TP 16 .B restart 17 restarts the given services 18 .TP 19 .B once 20 starts a services and doesn't restart it if it ever goes down 21 .TP 22 .B stat/status 23 prints the status of the services, returns with exit status 1 if any of the 24 given services are down. 25 .SH AUTHOR 26 Cem Keylan <cem@ckyln.com> 27 .SH SEE ALSO 28 .BR sysmgr(8)