From 6194fcef26ce8ee111eabf437ef42cc54d52cbe5 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Thu, 4 Dec 2025 09:26:33 +0900 Subject: [PATCH] Cargo.toml: (deb) let `systemd-units` install units instead of `assets` --- Cargo.toml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a0d53c3..9f5f2a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -116,11 +116,6 @@ assets = [ "usr/share/fish/vendor_completions.d/", "644", ], - [ - "assets/systemd/*", - "etc/systemd/system/", - "644", - ], ] systemd-units = [ { unit-name = "muscl", unit-scripts = "assets/systemd", enable = true },