aboutsummaryrefslogtreecommitdiff
path: root/data/indicator-printers.service.in
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2016-10-26 15:06:22 +0000
committerBileto Bot <ci-train-bot@canonical.com>2016-10-26 15:06:22 +0000
commitecdda339405c917fc4e6f78478b4075bf9a07043 (patch)
tree496fc494600644c4bdfdfb8e2551bbde43802000 /data/indicator-printers.service.in
parentbd5f4103ff2b4e7451527e5944cf31da9fcc18b2 (diff)
parent866ae5a35b70a25674cf29ca02e531d02b7913e1 (diff)
downloadayatana-indicator-printers-ecdda339405c917fc4e6f78478b4075bf9a07043.tar.gz
ayatana-indicator-printers-ecdda339405c917fc4e6f78478b4075bf9a07043.tar.bz2
ayatana-indicator-printers-ecdda339405c917fc4e6f78478b4075bf9a07043.zip
Add systemd unit
Approved by: Martin Pitt
Diffstat (limited to 'data/indicator-printers.service.in')
-rw-r--r--data/indicator-printers.service.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/data/indicator-printers.service.in b/data/indicator-printers.service.in
new file mode 100644
index 0000000..4cbba6c
--- /dev/null
+++ b/data/indicator-printers.service.in
@@ -0,0 +1,8 @@
+[Unit]
+Description=Indicator Printers Service
+PartOf=graphical-session.target
+After=indicators-pre.target
+
+[Service]
+ExecStart=@pkglibexecdir@/indicator-printers-service
+Restart=on-failure