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/ayatana-indicators.target | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 data/ayatana-indicators.target (limited to 'data/ayatana-indicators.target') diff --git a/data/ayatana-indicators.target b/data/ayatana-indicators.target new file mode 100644 index 0000000..0dce2e9 --- /dev/null +++ b/data/ayatana-indicators.target @@ -0,0 +1,7 @@ +[Unit] +Description=Target representing the lifecycle of the Ayatana Indicators. Each indicator should be bound to it in its individual service file. +PartOf=graphical-session.target + +[Install] +# Old name for this target, kept for compatibility +Alias=ayatana-indicators-pre.target -- cgit v1.2.3