From 00ea82e12ccecf01e4281da60ad27de1440ac840 Mon Sep 17 00:00:00 2001 From: Neshura Date: Fri, 29 Dec 2023 01:41:41 +0100 Subject: [PATCH] Add systemd user unit --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index ad13bb5..ed9bfd3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,13 @@ license = "GPL-3.0-or-later" extended-description = "Application for automatically updating Cloudflare DNS records" maintainer-scripts = "debian/" revision = "1" +assets = [ + [ + "debian/cloudflare-dns-updater.service", + "/lib/systemd/user/cloudflare-dns-updater.service", + "755", + ], +] systemd-units = { enable = false } # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html