mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 16:45:27 +00:00
13 lines
176 B
Desktop File
13 lines
176 B
Desktop File
[Unit]
|
|
Description=The Salt API
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
LimitNOFILE=8192
|
|
ExecStart=/usr/bin/salt-api
|
|
TimeoutStopSec=3
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|