diff options
author | Ted Gould <ted@gould.cx> | 2014-02-19 22:23:57 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2014-02-19 22:23:57 -0600 |
commit | c9d231dfed8063f705b68cf46d7176ecdfb7ca72 (patch) | |
tree | cceccef6d634ba4e307417d698130d2fca4db4c1 /data/indicator-keyboard.conf.in | |
parent | b6b73be508cbffa2e87ed15b88a622c7c105cdfe (diff) | |
download | ayatana-indicator-keyboard-c9d231dfed8063f705b68cf46d7176ecdfb7ca72.tar.gz ayatana-indicator-keyboard-c9d231dfed8063f705b68cf46d7176ecdfb7ca72.tar.bz2 ayatana-indicator-keyboard-c9d231dfed8063f705b68cf46d7176ecdfb7ca72.zip |
Adding an Upstart job configuration
Diffstat (limited to 'data/indicator-keyboard.conf.in')
-rw-r--r-- | data/indicator-keyboard.conf.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/data/indicator-keyboard.conf.in b/data/indicator-keyboard.conf.in new file mode 100644 index 00000000..0becdf09 --- /dev/null +++ b/data/indicator-keyboard.conf.in @@ -0,0 +1,9 @@ +description "Indicator Keyboard Backend" + +start on indicator-services-start +stop on desktop-end or indicator-services-end + +respawn +respawn limit 2 10 + +exec @libexecdir@/indicator-keyboard-service --use-gtk |