From 87f149aaef138f2399d02688d61d0534b5650f8e Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 25 Aug 2020 21:17:00 -0700 Subject: include systemd unit file in debian package --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index cc3fa5b..c992506 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,8 +31,12 @@ maintainer = "Bryan Newbold " depends = "$auto" section = "utility" priority = "optional" +maintainer-scripts = "extra/" +systemd-units = { enable = false } +extended-description = "TODO: longer description of package should go here" assets = [ ["target/release/es-public-proxy", "usr/bin/", "755"], ["extra/es-public-proxy.1", "usr/share/man/man1/", "644"], ["extra/example_config.toml", "usr/share/doc/es-public-proxy/", "644"], + ["extra/example_config.toml", "etc/es-public-proxy.toml", "644"], ] -- cgit v1.2.3