As per @paelzer's suggesting the proposed patch is now
``` --- debian/rules +++ debian/rules @@ -17,7 +17,7 @@
override_dh_installsystemd: dh_installsystemd google-guest-agent.service - dh_installsystemd --no-start --no-restart-after-upgrade google-startup-scripts.service google-shutdown-scripts.service - + dh_installsystemd --no-start --no-stop-on-upgrade google-startup-scripts.service google-shutdown-scripts.service + override_dh_clean: dh_clean vendor/
```
As per @paelzer's suggesting the proposed patch is now
```
--- debian/rules
+++ debian/rules
@@ -17,7 +17,7 @@
override_ dh_installsyste md: guest-agent. service after-upgrade google- startup- scripts. service google- shutdown- scripts. service on-upgrade google- startup- scripts. service google- shutdown- scripts. service
dh_installsystemd google-
- dh_installsystemd --no-start --no-restart-
-
+ dh_installsystemd --no-start --no-stop-
+
override_dh_clean:
dh_clean vendor/
```