Sha256: 0b8fbed8ac47a84810707e8dc5e0c2c40ff3e43cfe75bdb042a7ca12c6886014

Contents?: true

Size: 417 Bytes

Versions: 2

Compression:

Stored size: 417 Bytes

Contents

# rc - System V runlevel compatibility
#
# This task runs the old sysv-rc runlevel scripts.  It
# is usually started by the telinit compatibility wrapper.
#
# Do not edit this file directly. If you want to change the behaviour,
# please create a file rc.override and put your changes there.

start on runlevel [0123456]

stop on runlevel [!$RUNLEVEL]

task

export RUNLEVEL
console output
exec /etc/rc.d/rc $RUNLEVEL

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ami_spec-1.2.0 spec/containers/rc.conf
ami_spec-1.1.0 spec/containers/rc.conf