1
description "Salt Master"
3
start on (net-device-up
6
stop on runlevel [!2345]
7
limit nofile 100000 100000
10
# Read configuration variable file if it is present
11
[ -f /etc/default/$UPSTART_JOB ] && . /etc/default/$UPSTART_JOB
13
# Activate the virtualenv if defined
14
[ -f $SALT_USE_VIRTUALENV/bin/activate ] && . $SALT_USE_VIRTUALENV/bin/activate