aboutsummaryrefslogtreecommitdiff
path: root/data/ayatana-indicator-notifications.service.in
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2020-08-10 10:07:58 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2020-08-10 10:07:58 +0200
commit8189b651e2ab4b22fb2c471e8436e93cb914a49b (patch)
treef6c3c0e7d555b6e6838489e5a6c5f2de41579a24 /data/ayatana-indicator-notifications.service.in
parentac5d6867a8ce34b8a77bf5545bbb4b36f8bafb15 (diff)
downloadayatana-indicator-notifications-8189b651e2ab4b22fb2c471e8436e93cb914a49b.tar.gz
ayatana-indicator-notifications-8189b651e2ab4b22fb2c471e8436e93cb914a49b.tar.bz2
ayatana-indicator-notifications-8189b651e2ab4b22fb2c471e8436e93cb914a49b.zip
Start indicator in systemd when ayatana-indicators.target is started.
Diffstat (limited to 'data/ayatana-indicator-notifications.service.in')
-rw-r--r--data/ayatana-indicator-notifications.service.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/data/ayatana-indicator-notifications.service.in b/data/ayatana-indicator-notifications.service.in
new file mode 100644
index 0000000..d356f01
--- /dev/null
+++ b/data/ayatana-indicator-notifications.service.in
@@ -0,0 +1,11 @@
+[Unit]
+Description=Ayatana Indicator Notifications Service
+PartOf=graphical-session.target
+After=ayatana-indicators.target
+
+[Service]
+ExecStart=@pkglibexecdir@/ayatana-indicator-notifications-service
+Restart=on-failure
+
+[Install]
+WantedBy=ayatana-indicators.target