From 16503d909bec51b87732cf34efd004818021ed28 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Pokorn=C3=BD?= <jpokorny@redhat.com>
Date: Mon, 3 Aug 2015 18:17:44 +0200
Subject: [PATCH] fence_virtd: drop legacy SysVStartPriority from service
unit
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Since systemd-218[1], systemd will emit following lines in the
journal upon (re)loading its configuration:
Support for option SysVStartPriority= has been removed and it is
ignored
As it allegedly had no importance for some time even before, simply
drop it.
[1] http://cgit.freedesktop.org/systemd/systemd/commit/?id=9e37c95
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
---
fence_virtd.service.in | 1 -
1 file changed, 1 deletion(-)
diff --git a/fence_virtd.service.in b/fence_virtd.service.in
index e69d3d3..14c2b3a 100644
--- a/fence_virtd.service.in
+++ b/fence_virtd.service.in
@@ -17,7 +17,6 @@ WantedBy=multi-user.target
[Service]
Type=forking
Restart=on-failure
-SysVStartPriority=99
Environment="FENCE_VIRTD_ARGS=-w"
# Autogenerated below here
--
2.9.3