diff --git a/pkg/salt-proxy@.service b/pkg/salt-proxy@.service new file mode 100644 index 0000000000..f97120a055 --- /dev/null +++ b/pkg/salt-proxy@.service @@ -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