diff options
| author | James Meyer <james.meyer@operamail.com> | 2012-08-26 21:53:12 (GMT) |
|---|---|---|
| committer | James Meyer <james.meyer@operamail.com> | 2012-08-26 21:53:12 (GMT) |
| commit | 4efd149b0369c26b34651bf970db09cc20cf25bd (patch) | |
| tree | d8d32cefa7288b24d296cb486357f76ffbf51e4e /abs/core/keylaunch/example_rc | |
| parent | 99906ce8f42464010e4fa15616a0a7a08e2c7622 (diff) | |
| download | linhes_pkgbuild-4efd149b0369c26b34651bf970db09cc20cf25bd.zip linhes_pkgbuild-4efd149b0369c26b34651bf970db09cc20cf25bd.tar.gz linhes_pkgbuild-4efd149b0369c26b34651bf970db09cc20cf25bd.tar.bz2 | |
keylaunch: change config file so that it calls lh_backend_control.sh for all stop/starts/restarts of backend
Diffstat (limited to 'abs/core/keylaunch/example_rc')
| -rw-r--r-- | abs/core/keylaunch/example_rc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/abs/core/keylaunch/example_rc b/abs/core/keylaunch/example_rc index 650e078..3f98fa6 100644 --- a/abs/core/keylaunch/example_rc +++ b/abs/core/keylaunch/example_rc @@ -17,12 +17,12 @@ key=..*h:/usr/MythVantage/bin/mythinstall -H key=..*m:/usr/LH/bin/mythfrontend-start -key=.*1:/usr/MythVantage/bin/mythbeselect -stop -key=.*.2:/usr/MythVantage/bin/mythbeselect -start -key=.*.3:/usr/MythVantage/bin/mythbeselect -restart -key=..*1:sudo sv start mythbackend -key=..*2:sudo sv stop mythbackend -key=..*3:sudo sv restart mythbackend +#key=..*1:sudo sv start mythbackend +#key=..*2:sudo sv stop mythbackend +#key=..*3:sudo sv restart mythbackend +key=..*1:/usr/LH/bin/lh_backend_control.sh start +key=..*2:/usr/LH/bin/lh_backend_control.sh stop +key=..*3:/usr/LH/bin/lh_backend_control.sh restart |
