From 42358cc35ebf50629ec431ddbc1608daa6fc5499 Mon Sep 17 00:00:00 2001 From: Marius Gripsgard Date: Sun, 9 Aug 2020 21:56:14 +0200 Subject: Use indicators.target as the systemd lifecycle unit Use indicators.target as the systemd lifecycle unit, not indicators-pre.target. Patch from: https://code.launchpad.net/~mterry/libindicator/rename-unit/+merge/321556 --- data/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/Makefile.am') diff --git a/data/Makefile.am b/data/Makefile.am index 55ae3ab..c4b1255 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -1,5 +1,5 @@ #if defined(HAVE_SYSTEMD) -systemd_DATA = ayatana-indicators-pre.target +systemd_DATA = ayatana-indicators.target systemddir = $(SYSTEMD_USERDIR) EXTRA_DIST = $(systemd_DATA) #endif -- cgit v1.2.3