salt/pkg/deb/salt-api.service
Erik Johnson 0ccf789172 Remove EnvironmentFile and Restart lines from unit files
These shouldn't be there, because the variables sourced by the
EnvironmentFile are only made available to the Exec commands in the unit
file.
2016-10-07 12:33:04 -05:00

13 lines
181 B
Desktop File

[Unit]
Description=REST API for Salt
After=network.target
[Service]
LimitNOFILE=8192
Type=notify
NotifyAccess=all
ExecStart=/usr/bin/salt-api
[Install]
WantedBy=multi-user.target