Merge pull request #31798 from mchugh19/patch-1

Create salt-proxy instantiated service file
This commit is contained in:
Mike Place 2016-03-14 11:52:05 -06:00
commit 38e40d4492

12
pkg/salt-proxy@.service Normal file
View File

@ -0,0 +1,12 @@
[Unit]
Description=salt-proxy service
After=network.target
[Service]
ExecStart=/usr/bin/salt-proxy --proxyid=%I
Type=simple
Restart=on-failure
RestartSec=5s
[Install]
WantedBy=multi-user.target