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]
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue