blob: 5262391c87808c05597bd374bfe5789ebbeadb67 (
plain)
1
2
3
4
5
6
7
8
9
|
description "Indicator Bluetooth Backend"
start on indicator-services-start
stop on desktop-end or indicator-services-end
respawn
respawn limit 2 10
exec @pkglibexecdir@/indicator-bluetooth-service
|