diff options
author | Ted Gould <ted@gould.cx> | 2014-02-20 10:04:19 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2014-02-20 10:04:19 -0600 |
commit | 3bcbc85d8cda75d56101123ee9daf261b15c90fb (patch) | |
tree | 8453420beaa808965c8f0613d7ca18e4311f48b3 /data/indicator-printers.conf.in | |
parent | c3f0838047da8d2e7f9eb3b96008f0b07c91562c (diff) | |
download | ayatana-indicator-printers-3bcbc85d8cda75d56101123ee9daf261b15c90fb.tar.gz ayatana-indicator-printers-3bcbc85d8cda75d56101123ee9daf261b15c90fb.tar.bz2 ayatana-indicator-printers-3bcbc85d8cda75d56101123ee9daf261b15c90fb.zip |
Adding in XDG autostart and Upstart job files
Diffstat (limited to 'data/indicator-printers.conf.in')
-rw-r--r-- | data/indicator-printers.conf.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/data/indicator-printers.conf.in b/data/indicator-printers.conf.in new file mode 100644 index 0000000..665fb35 --- /dev/null +++ b/data/indicator-printers.conf.in @@ -0,0 +1,9 @@ +description "Indicator Power Service" + +start on indicator-services-start +stop on desktop-end or indicator-services-end + +respawn +respawn limit 2 10 + +exec @pkglibexecdir@/indicator-power-service |