2ec326a573
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/frr.git#81310f26e9988b48379157c4349c0b81ccd3422d
18 lines
515 B
Diff
18 lines
515 B
Diff
diff --git a/tools/frr.service b/tools/frr.service
|
|
index aa45f42..402def8 100644
|
|
--- a/tools/frr.service
|
|
+++ b/tools/frr.service
|
|
@@ -17,9 +17,9 @@ WatchdogSec=60s
|
|
RestartSec=5
|
|
Restart=on-abnormal
|
|
LimitNOFILE=1024
|
|
-ExecStart=/usr/lib/frr/frrinit.sh start
|
|
-ExecStop=/usr/lib/frr/frrinit.sh stop
|
|
-ExecReload=/usr/lib/frr/frrinit.sh reload
|
|
+ExecStart=/usr/libexec/frr/frrinit.sh start
|
|
+ExecStop=/usr/libexec/frr/frrinit.sh stop
|
|
+ExecReload=/usr/libexec/frr/frrinit.sh reload
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|