diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2020-08-10 12:05:40 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2020-08-10 12:05:40 +0200 |
commit | bcd0095dcfe96c49c3079d9e22752e1e7e5857fe (patch) | |
tree | 157489439f64f56cac1eab95ff6732336ea45c8b | |
parent | 05e0a707b5b353bd8bd9645c27e5fc73eef05d23 (diff) | |
download | ayatana-indicator-application-bcd0095dcfe96c49c3079d9e22752e1e7e5857fe.tar.gz ayatana-indicator-application-bcd0095dcfe96c49c3079d9e22752e1e7e5857fe.tar.bz2 ayatana-indicator-application-bcd0095dcfe96c49c3079d9e22752e1e7e5857fe.zip |
Start indicator in systemd when ayatana-indicators.target is started.
-rw-r--r-- | data/ayatana-indicator-application.service.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/data/ayatana-indicator-application.service.in b/data/ayatana-indicator-application.service.in index b1068d0..3435853 100644 --- a/data/ayatana-indicator-application.service.in +++ b/data/ayatana-indicator-application.service.in @@ -1,8 +1,11 @@ [Unit] Description=Ayatana Indicator Application Service PartOf=graphical-session.target -After=ayatana-indicators-pre.target +PartOf=ayatana-indicators.target [Service] ExecStart=@pkglibexecdir@/ayatana-indicator-application-service Restart=on-failure + +[Install] +WantedBy=ayatana-indicators.target |