Remove rolling-maintenance service from debian rules (#3984)

This commit is contained in:
Nicolas Vazquez 2020-04-04 09:09:35 -03:00 committed by GitHub
parent d52f3f4a6b
commit 0c4bd5346c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
debian/rules vendored
View File

@ -141,7 +141,7 @@ override_dh_auto_install:
cp -r test/integration/* $(DESTDIR)/usr/share/$(PACKAGE)-integration-tests/
override_dh_systemd_enable:
dh_systemd_enable -pcloudstack-management -pcloudstack-agent -pcloudstack-usage -pcloudstack-rolling-maintenance@
dh_systemd_enable -pcloudstack-management -pcloudstack-agent -pcloudstack-usage
override_dh_strip_nondeterminism:
# Disable dh_strip_nondeterminism to speed up the build