NAME
Svsh::Runit - runit support for svsh
DESCRIPTION
This class provides support forrunit tosvsh - the supervisor shell.
DEFAULT BASE DIRECTORY
Traditionally,runit
used/etc/service
as the default base directory, but versions 1.9.0 changed the default to/service
.runit
still recommends/etc/service
for FHS compliant systems, so this class uses/etc/service
if it exists, or/service
otherwise, if a base directory is not provided tosvsh
.
IMPLEMENTED METHODS
Refer toSvsh for complete explanation of these methods. Only changes from the base specifications are listed here.
status()
fg( $service )
terminate()
BUGS AND LIMITATIONS
Please report any bugs or feature requests tohttps://github.com/ido50/Svsh/issues.
AUTHOR
Ido Perlmuter <ido@ido50.net>
Thanks to the guys at thesupervision mailing list, especially Colin Booth, for helping out with suggestions and information.
LICENSE AND COPYRIGHT
Copyright (c) 2015-2023, Ido Perlmuterido@ido50.net
.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
4 POD Errors
The following errors were encountered while parsing the POD:
- Around line 57:
Unknown directive: =head
- Around line 65:
Unknown directive: =head
- Around line 73:
Unknown directive: =head
- Around line 81:
Unknown directive: =head
Module Install Instructions
To install Svsh, copy and paste the appropriate command in to your terminal.
cpanm Svsh
perl -MCPAN -e shellinstall Svsh
For more information on module installation, please visitthe detailed CPAN module installation guide.