salt-proxy@.service 332 B

12345678910111213
  1. [Unit]
  2. Description=salt-proxy service for %i
  3. Documentation=man:salt-proxy(1) file:///usr/share/doc/salt/html/contents.html https://docs.saltstack.com/en/latest/contents.html
  4. After=network.target
  5. [Service]
  6. ExecStart=/usr/bin/salt-proxy --proxyid=%i
  7. Type=simple
  8. Restart=on-failure
  9. RestartSec=5s
  10. [Install]
  11. WantedBy=multi-user.target