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
|