Fix cargo deb config
All checks were successful
All checks were successful
This commit is contained in:
parent
f74a37ac24
commit
03453a3327
1 changed files with 2 additions and 7 deletions
|
@ -8,14 +8,9 @@ license = "GPL-3.0-or-later"
|
||||||
|
|
||||||
[package.metadata.deb]
|
[package.metadata.deb]
|
||||||
extended-description = "Application for automatically updating Cloudflare DNS records"
|
extended-description = "Application for automatically updating Cloudflare DNS records"
|
||||||
maintainer-scripts = ""
|
maintainer-scripts = "debian-scripts/"
|
||||||
revision = "1"
|
revision = "1"
|
||||||
|
systemd-units = { enable = false }
|
||||||
[package.metadata.deb.systemd-units]
|
|
||||||
enable = true
|
|
||||||
start = true
|
|
||||||
restart-after-upgrade = true
|
|
||||||
stop-on-upgrde = true
|
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue