salt/pkg/salt-api.service
Andrew Niemantsverdriet b3b5f100a3 Added the service.d file
2013-02-13 11:11:20 -07:00

11 lines
156 B
Desktop File

[Unit]
Description=The Salt API
After=syslog.target network.target
[Service]
Type=simple
ExecStart=/usr/bin/salt-api
[Install]
WantedBy=multi-user.target