mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 16:45:27 +00:00
14 lines
332 B
Desktop File
14 lines
332 B
Desktop File
[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
|