Set SHELL environment variable

When passing a ProxyCommand option to salt-ssh a valid $SHELL is needed to execute the given command.
This commit is contained in:
Johannes Renner 2018-01-11 13:37:38 +01:00 committed by GitHub
parent dbe21b2c0d
commit 530ddd2d29
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,6 +6,7 @@ After=network.target
[Service]
User=salt
Type=simple
Environment=SHELL=/bin/bash
LimitNOFILE=8192
ExecStart=/usr/bin/salt-api
TimeoutStopSec=3