diff --git a/Cargo.toml b/Cargo.toml
index 5edbf382848e4f20dd170f684f5f649cdefb9b8c..a0f1cb29bf5bbf565f6035b4426a4d14272c8eca 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"]