initial commit
[profile/ivi/hfdialer.git] / dialer-keepalive.sh
1 #!/bin/bash
2
3 # Until we have working systemd and are integrated with it
4 # we are defering to crude hackery like this instead of relying
5 # on applifed, which is rumored to be going the way of the dodo.
6
7 # Call this script with any parameters supported by dialer (or
8 # any Qt std args), for example:
9 #
10 #   dialer-keepalive.sh -prestart -output-level debug
11
12 while true
13 do
14         /usr/bin/dialer "$@"
15 done