numad/0002-Don-t-order-service-after-syslog.target.patch
Ville Skyttä 22497671b8 Don't order service after syslog.target (#1055209).
- Build with $RPM_OPT_FLAGS and $RPM_LD_FLAGS.
- Fix build with -Werror=format-security.
2014-01-20 22:29:54 +02:00

29 lines
793 B
Diff

From 49cb22039f299350bb0d19b372e1662a38d29018 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ville=20Skytt=C3=A4?= <ville.skytta@iki.fi>
Date: Sun, 19 Jan 2014 17:29:50 +0200
Subject: [PATCH 2/2] Don't order service after syslog.target
http://www.freedesktop.org/wiki/Software/systemd/syslog/
https://fedorahosted.org/fpc/ticket/177#comment:2
http://lists.opensuse.org/archive/opensuse-packaging/2013-05/msg00102.html
https://bugzilla.redhat.com/show_bug.cgi?id=1055209
---
numad.service | 1 -
1 file changed, 1 deletion(-)
diff --git a/numad.service b/numad.service
index 478559a..73a4f34 100644
--- a/numad.service
+++ b/numad.service
@@ -1,6 +1,5 @@
[Unit]
Description=numad - The NUMA daemon that manages application locality.
-After=syslog.target
[Service]
Type=forking
--
1.8.3.1