New version of salt-formula from Saltstack
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 line
242B

  1. [Unit]
  2. Description=Salt proxy minion
  3. After=network.target
  4. [Service]
  5. Type=simple
  6. ExecStart=/usr/bin/salt-proxy --proxyid %i
  7. User=root
  8. Group=root
  9. Restart=always
  10. RestartPreventExitStatus=SIGHUP
  11. RestartSec=5
  12. [Install]
  13. WantedBy=multi-user.target