35 lines
777 B
Diff
35 lines
777 B
Diff
|
From 8860800e7a9af54757096014f91a25be4f3fa552 Mon Sep 17 00:00:00 2001
|
||
|
From: Michael Calmer <mc@suse.de>
|
||
|
Date: Tue, 7 Mar 2017 13:50:13 +0100
|
||
|
Subject: [PATCH] special salt-minion.service file for rhel7
|
||
|
|
||
|
---
|
||
|
pkg/salt-minion.service.rhel7 | 14 ++++++++++++++
|
||
|
1 file changed, 14 insertions(+)
|
||
|
create mode 100644 pkg/salt-minion.service.rhel7
|
||
|
|
||
|
diff --git a/pkg/salt-minion.service.rhel7 b/pkg/salt-minion.service.rhel7
|
||
|
new file mode 100644
|
||
|
index 0000000000..6917267714
|
||
|
--- /dev/null
|
||
|
+++ b/pkg/salt-minion.service.rhel7
|
||
|
@@ -0,0 +1,14 @@
|
||
|
+[Unit]
|
||
|
+Description=The Salt Minion
|
||
|
+After=network.target
|
||
|
+
|
||
|
+[Service]
|
||
|
+Type=simple
|
||
|
+LimitNOFILE=8192
|
||
|
+ExecStart=/usr/bin/salt-minion
|
||
|
+KillMode=process
|
||
|
+Restart=on-failure
|
||
|
+RestartSec=15
|
||
|
+
|
||
|
+[Install]
|
||
|
+WantedBy=multi-user.target
|
||
|
--
|
||
|
2.11.0
|
||
|
|
||
|
|