feat: Change salt-master path

This commit is contained in:
Carlos Álvaro
2020-02-11 19:07:03 +01:00
parent f28247afd7
commit 4950a233f2

View File

@@ -88,7 +88,7 @@ cat > /etc/supervisor/conf.d/salt-master.conf <<EOF
priority=5
directory=${SALT_HOME}
environment=HOME=${SALT_HOME}
command=/usr/bin/salt-master
command=/usr/local/bin/salt-master
user=${SALT_USER}
autostart=true
autorestart=true