The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/radvd#58c7967b18055d3034277ddca07aa2b3a7b56871
24 lines
779 B
Diff
24 lines
779 B
Diff
From efdef4ee9150dd1a24f5cb292491e0a22035411c Mon Sep 17 00:00:00 2001
|
|
From: Pavel Zhukov <pzhukov@redhat.com>
|
|
Date: Fri, 3 Apr 2020 11:36:54 +0200
|
|
Subject: [PATCH] Update PidFile path to avoid system warnings
|
|
|
|
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1785862
|
|
---
|
|
redhat/systemd/radvd.service | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/redhat/systemd/radvd.service b/redhat/systemd/radvd.service
|
|
index b6007c1..03a0cf7 100644
|
|
--- a/redhat/systemd/radvd.service
|
|
+++ b/redhat/systemd/radvd.service
|
|
@@ -7,7 +7,7 @@ Wants=network-online.target
|
|
EnvironmentFile=/etc/sysconfig/radvd
|
|
ExecStart=/usr/sbin/radvd $OPTIONS
|
|
Type=forking
|
|
-PIDFile=/var/run/radvd/radvd.pid
|
|
+PIDFile=/run/radvd/radvd.pid
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
|
|
[Install]
|