Skip to content

Commit aa39f5e

Browse files
committed
fix(debian platform): Re-add conf-files directive for cargo-deb (vectordotdev#18726)
* Revert "fix(debian platform): Remove `conf-files` directive for `cargo-deb` (vectordotdev#18455)" This reverts commit 40ef7c4. * Update Cargo.toml
1 parent d9c4f2e commit aa39f5e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ debug = true
4848
name = "vector"
4949
section = "admin"
5050
maintainer-scripts = "distribution/debian/scripts/"
51+
conf-files = ["/etc/vector/vector.yaml", "/etc/default/vector"]
5152
assets = [
5253
["target/release/vector", "/usr/bin/", "755"],
5354
["config/vector.yaml", "/etc/vector/vector.yaml", "644"],

0 commit comments

Comments
 (0)