mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Merge pull request #31798 from mchugh19/patch-1
Create salt-proxy instantiated service file
This commit is contained in:
commit
38e40d4492
12
pkg/salt-proxy@.service
Normal file
12
pkg/salt-proxy@.service
Normal 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
|
Loading…
Reference in New Issue
Block a user