Add systemd user unit
All checks were successful
Run Tests on Code / run-tests (push) Successful in 13s
All checks were successful
Run Tests on Code / run-tests (push) Successful in 13s
This commit is contained in:
parent
b727a3714e
commit
00ea82e12c
1 changed files with 7 additions and 0 deletions
|
@ -10,6 +10,13 @@ license = "GPL-3.0-or-later"
|
||||||
extended-description = "Application for automatically updating Cloudflare DNS records"
|
extended-description = "Application for automatically updating Cloudflare DNS records"
|
||||||
maintainer-scripts = "debian/"
|
maintainer-scripts = "debian/"
|
||||||
revision = "1"
|
revision = "1"
|
||||||
|
assets = [
|
||||||
|
[
|
||||||
|
"debian/cloudflare-dns-updater.service",
|
||||||
|
"/lib/systemd/user/cloudflare-dns-updater.service",
|
||||||
|
"755",
|
||||||
|
],
|
||||||
|
]
|
||||||
systemd-units = { enable = false }
|
systemd-units = { enable = false }
|
||||||
|
|
||||||
# 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