salt/pkg/deb/salt-api.service
Wolodja Wentland 4763b79479 Remove KillMode=process from salt-api unit file
Restarting the salt-api service should also terminate processes in the
same context group to ensure that they are being stopped cleanly.
2016-06-09 21:25:35 +02:00

15 lines
236 B
Desktop File

[Unit]
Description=REST API for Salt
After=network.target
[Service]
EnvironmentFile=/etc/default/salt-api
LimitNOFILE=8192
Type=simple
NotifyAccess=all
ExecStart=/usr/bin/salt-api
Restart=$RESTART
[Install]
WantedBy=multi-user.target