mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
ee911a74b4
* run service under user salt * change type from notify to simple * set SHELL env var. When passing a ProxyCommand option to salt-ssh a valid $SHELL is needed execute the given command
15 lines
214 B
Desktop File
15 lines
214 B
Desktop File
[Unit]
|
|
Description=The Salt API
|
|
After=network.target
|
|
|
|
[Service]
|
|
User=salt
|
|
Type=simple
|
|
Environment=SHELL=/bin/bash
|
|
LimitNOFILE=8192
|
|
ExecStart=/usr/bin/salt-api
|
|
TimeoutStopSec=3
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|