Fix cargo deb config
All checks were successful
Run Tests on Code / run-tests (push) Successful in 10s
Build and Release Binary File / test (push) Successful in 15s
Build and Release Binary File / build (push) Successful in 28s
Build and Release Binary File / upload-release (push) Successful in 11s

This commit is contained in:
Neshura 2023-12-29 00:46:51 +01:00
parent f74a37ac24
commit 03453a3327
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C

View file

@ -8,14 +8,9 @@ license = "GPL-3.0-or-later"
[package.metadata.deb]
extended-description = "Application for automatically updating Cloudflare DNS records"
maintainer-scripts = ""
maintainer-scripts = "debian-scripts/"
revision = "1"
[package.metadata.deb.systemd-units]
enable = true
start = true
restart-after-upgrade = true
stop-on-upgrde = true
systemd-units = { enable = false }
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html