/
githubmirror
/
salt
Обзор
Документация
Войти
/
githubmirror
/
salt
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
doc/ref/cli/_includes/daemon-options.rst
20 строк
734 B
Daniel A. Wozniak
Document --disable-keepalive option for minion and proxy
18 дек 2025, 01:04
18 дек 2025, 01:04
10803b4
Код
Авторство
О чём код?
.. option:: -u USER, --user=USER Specify user to run |salt-daemon| .. option:: -d, --daemon Run |salt-daemon| as a daemon .. option:: --pid-file PIDFILE Specify the location of the pidfile. Default: /var/run/|salt-daemon|.pid .. option:: --disable-keepalive Disable the automatic restart mechanism for |salt-daemon|. By default, the daemon runs in a subprocess with automatic restart capabilities if it exits with a keepalive signal. This option disables that behavior and runs the daemon directly without the keepalive wrapper. Useful when an external process manager like systemd handles restarts, or in containerized environments where the container runtime manages the process lifecycle