diff options
author | Marius Gripsgard <marius@ubports.com> | 2020-08-09 21:56:14 +0200 |
---|---|---|
committer | Marius Gripsgard <marius@ubports.com> | 2020-08-09 21:56:14 +0200 |
commit | 42358cc35ebf50629ec431ddbc1608daa6fc5499 (patch) | |
tree | 0923a188e28adc1e1ab0635a87da7d4adc52dd38 /data/ayatana-indicators.target | |
parent | 7ceee62eb53671e2dd5211ca693e47877b55f2dd (diff) | |
download | libayatana-indicator-42358cc35ebf50629ec431ddbc1608daa6fc5499.tar.gz libayatana-indicator-42358cc35ebf50629ec431ddbc1608daa6fc5499.tar.bz2 libayatana-indicator-42358cc35ebf50629ec431ddbc1608daa6fc5499.zip |
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
Diffstat (limited to 'data/ayatana-indicators.target')
-rw-r--r-- | data/ayatana-indicators.target | 7 |
1 files changed, 7 insertions, 0 deletions
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 |