2016-05-19 20:10:02 +00:00
|
|
|
[Unit]
|
|
|
|
Description=REST API for Salt
|
|
|
|
After=network.target
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
LimitNOFILE=8192
|
2016-10-06 14:14:50 +00:00
|
|
|
Type=notify
|
2016-05-19 20:10:02 +00:00
|
|
|
NotifyAccess=all
|
|
|
|
ExecStart=/usr/bin/salt-api
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|