Automatically install systemd units for the guest agent programs

Bug: 372168347
Test: check if port fowarding works in the VM by executing `python3 -m
http.server 8080`

Change-Id: I0c45a25037f05a7409d619e3da0b8bd27e376662
diff --git a/guest/shutdown_runner/Cargo.toml b/guest/shutdown_runner/Cargo.toml
index 564daf6..0b44baa 100644
--- a/guest/shutdown_runner/Cargo.toml
+++ b/guest/shutdown_runner/Cargo.toml
@@ -20,3 +20,5 @@
 maintainer = "ferrochrome-dev@google.com"
 copyright = "2024, The Android Open Source Project"
 depends = "$auto"
+maintainer-scripts = "debian/"
+systemd-units = { }