#!/bin/sh # /etc/sysconfig/initmsg # You can edit here the format of the output of the upstart jobs msg_prefix="\e[01;36m>>\e[0m \e[01m" msg_suffix="\e[0m" hint_prefix="\e[01;33m>>\e[0m \e[01m" hint_suffix="\e[0m" ok_prefix="\e[01;32m *\e[0m \e[01m" ok_suffix="\e[0m\e[$(($(tput cols) - 10))G\e[01m[\e[01;32m OK \e[0;39m\e[01m]\e[0m" failed_prefix="\e[01;31m!!\e[0m \e[01m" failed_suffix="\e[0m\e[$(($(tput cols) - 10))G\e[01m[\e[01;31m FAILED \e[0;39m\e[01m]\e[0m"