From b1f2bfb053151290bf2b8d760f5638b2f3d00ed0 Mon Sep 17 00:00:00 2001 From: Dave Taht Date: Thu, 9 Feb 2023 11:51:33 +0000 Subject: [PATCH] fix Spelling error in example Fixes: https://github.com/LibreQoE/LibreQoS/issues/262 --- src/bin/lqosd.service.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/lqosd.service.example b/src/bin/lqosd.service.example index 81c0b3ca..18e60681 100644 --- a/src/bin/lqosd.service.example +++ b/src/bin/lqosd.service.example @@ -6,7 +6,7 @@ WorkingDirectory=/opt/libreqos/src/bin ExecStart=/opt/libreqos/src/bin/lqosd Restart=always #Turn on debuging for service -#Envirnoment=RUST_LOG=info +#Environment=RUST_LOG=info [Install] WantedBy=default.target