File 0006-Create-salt-proxy-instantiated-service-file.patch of Package salt.4202

From 5767cbada61dd220bef09310fa1cb6b6cabe3917 Mon Sep 17 00:00:00 2001
From: Christian McHugh <mchugh19@hotmail.com>
Date: Thu, 10 Mar 2016 13:25:01 -0600
Subject: [PATCH 06/38] Create salt-proxy instantiated service file

Add a systemd service file for salt-proxy.

Instantiate a new proxy service with proxyid=p8000:
# systemctl enable salt-proxy\@p8000.service
# systemctl start salt-proxy\@p8000.service
---
 pkg/salt-proxy@.service | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 pkg/salt-proxy@.service

diff --git a/pkg/salt-proxy@.service b/pkg/salt-proxy@.service
new file mode 100644
index 0000000..f97120a
--- /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
-- 
2.10.2

openSUSE Build Service is sponsored by