mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 16:45:27 +00:00
Add salt-proxy service file to deb pkg
This commit is contained in:
parent
48f47e3925
commit
ca6b07c415
13
pkg/deb/salt-proxy@.service
Normal file
13
pkg/deb/salt-proxy@.service
Normal file
@ -0,0 +1,13 @@
|
||||
[Unit]
|
||||
Description=salt-proxy service for %I
|
||||
Documentation=man:salt-proxy(1) file:///usr/share/doc/salt/html/contents.html https://docs.saltstack.com/en/latest/contents.html
|
||||
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