mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
15 lines
214 B
SYSTEMD
15 lines
214 B
SYSTEMD
|
[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
|