The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Svsh::S6 - s6 support for svsh

DESCRIPTION

This class provides support for s6 to svsh - the supervisor shell.

DEFAULT BASE DIRECTORY

s6 does not have a default base directory, but recommends /service, so that is what will be used if a base directory was not provided to svsh.

IMPLEMENTED METHODS

Refer to Svsh for complete explanation of these methods. Only changes from the base specifications are listed here.

status()

start( @services )

stop( @services )

restart( @services )

signal( $signal, @services )

fg( $service )

rescan()

terminate()

BUGS AND LIMITATIONS

Please report any bugs or feature requests to https://github.com/ido50/Svsh/issues.

AUTHOR

Ido Perlmuter <ido@ido50.net>

Thanks to the guys at the supervision mailing list, especially Colin Booth, for helping out with suggestions and information.

LICENSE AND COPYRIGHT

Copyright (c) 2015-2023, Ido Perlmuter ido@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.