diff --git a/debian/rules b/debian/rules index 82606f5..bc6a989 100755 --- a/debian/rules +++ b/debian/rules @@ -56,6 +56,7 @@ override_dh_auto_configure: mv $(SRCDIR)/$(PKGNAME).service $(SRCDIR)/$(PKGNAME).$(PKGALIAS).service mv $(SRCDIR)/$(PKGNAME).default $(SRCDIR)/$(PKGNAME).$(PKGALIAS).default mv $(SRCDIR)/$(PKGNAME).sysusers $(SRCDIR)/$(PKGNAME).$(PKGALIAS).sysusers + mv $(SRCDIR)/$(PKGNAME)-agent@.service $(SRCDIR)/$(PKGNAME)-agent.$(PKGALIAS)-agent@.service yarnpkg config set cacheFolder $(YARNCACHE) ( cd "ui" && yarnpkg install ) go mod download @@ -78,6 +79,7 @@ override_dh_auto_test: override_dh_installsystemd: dh_installsystemd --name=$(PKGALIAS) + dh_installsystemd --name=$(PKGALIAS)-agent@ override_dh_installinit: dh_installinit --name=$(PKGALIAS)