mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 16:45:27 +00:00
0ccf789172
These shouldn't be there, because the variables sourced by the EnvironmentFile are only made available to the Exec commands in the unit file.
13 lines
181 B
Desktop File
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
|