/
githubmirror
/
salt
Обзор
Документация
Войти
/
githubmirror
/
salt
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
pkg/common/salt-master.upstart
17 строк
447 B
Daniel A. Wozniak
Initial commit of relenv debian package
22 дек 2022, 17:59
22 дек 2022, 17:59
701633d
Код
Авторство
О чём код?
description "Salt Master" start on (net-device-up and local-filesystems and runlevel [2345]) stop on runlevel [!2345] limit nofile 100000 100000 script # Read configuration variable file if it is present [ -f /etc/default/$UPSTART_JOB ] && . /etc/default/$UPSTART_JOB # Activate the virtualenv if defined [ -f $SALT_USE_VIRTUALENV/bin/activate ] && . $SALT_USE_VIRTUALENV/bin/activate exec salt-master end script