Sha256: 0755c1f11e30f4c917e555b69a0c6ba98b883df886f333aa4f61eeed1858692f

Contents?: true

Size: 1.29 KB

Versions: 16

Compression:

Stored size: 1.29 KB

Contents

#!/bin/bash

# mkitd daemontools run script

# Copyright 2017-2018 Vasco Santos <valexsantos[at]gmail[dot]com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
# permitted provided that the following conditions are met:
#
# 1. Redistributions of this script must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
#
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ''AS IS'' AND ANY EXPRESS OR IMPLIED
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

exec 2>&1

source /etc/mkit/mkitd_config.sh

CMD="mkitd $OPTIONS"
echo "command-line $CMD"

##
# Doit
##

exec $CMD

##
# err
echo ERROR: command did not run correctly
sleep 5
exit 1

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
mkit-0.9.0 samples/daemontools/run
mkit-0.8.0 samples/daemontools/run
mkit-0.7.2 samples/daemontools/run
mkit-0.7.1 samples/daemontools/run
mkit-0.7.0 samples/daemontools/run
mkit-0.6.3 samples/daemontools/run
mkit-0.6.2 samples/daemontools/run
mkit-0.6.1 samples/daemontools/run
mkit-0.6.0 samples/daemontools/run
mkit-0.5.0 samples/daemontools/run
mkit-0.4.3 samples/daemontools/run
mkit-0.4.2 samples/daemontools/run
mkit-0.4.1 samples/daemontools/run
mkit-0.4.0 samples/daemontools/run
mkit-0.3.0 samples/daemontools/run
mkit-0.2.0 samples/daemontools/run