From 12b88f84ca607ae6bf1a7df9fad48d1b1de88f2b Mon Sep 17 00:00:00 2001
From: Stephen D <webmaster@scd31.com>
Date: Thu, 23 Nov 2023 17:53:51 -0400
Subject: [PATCH] fix file name

---
 Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml
index 5edbf38..a0f1cb2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,7 +9,7 @@ description = "A CATS Igate for moving packets between RF and FELINET. Also hand
 [package.metadata.deb]
 assets = [
        ["target/release/cats-igate", "usr/bin/", "755"],
-       ["debian/cats_igate.service", "/lib/systemd/system/cats_igate.service", "644"],
+       ["debian/cats-igate.service", "/lib/systemd/system/cats-igate.service", "644"],
        ["config.example.toml", "/etc/cats_igate/config.toml", "644"]
 ]
 conf-files = ["/etc/cats_igate/config.toml"]
-- 
GitLab