diff options
| author | Norman James <nkskjames@gmail.com> | 2015-08-24 15:01:35 -0500 |
|---|---|---|
| committer | Norman James <nkskjames@gmail.com> | 2015-08-24 15:01:35 -0500 |
| commit | 02de4fa348fe02dfa85cfe38ff97188ce548b7b8 (patch) | |
| tree | b72d713fe962c84a540c2ef419874df175a8653f | |
| parent | 65a1d4efa264ac059402ade8b8d7e94b2f95402a (diff) | |
| download | blackbird-skeleton-02de4fa348fe02dfa85cfe38ff97188ce548b7b8.tar.gz blackbird-skeleton-02de4fa348fe02dfa85cfe38ff97188ce548b7b8.zip | |
use exe for compiled bin files
| -rw-r--r-- | start_services | 14 | ||||
| -rw-r--r-- | stop_services | 14 |
2 files changed, 14 insertions, 14 deletions
diff --git a/start_services b/start_services index cd839bd..3769325 100644 --- a/start_services +++ b/start_services @@ -1,7 +1,7 @@ -./bin/power_control & -./bin/chassis_identify & -./bin/sensor_ambient & -./bin/button_power & -./bin/sensor_host_status & -./bin/host_control & -./bin/flash_bios & +./bin/power_control.exe & +./bin/chassis_identify.exe & +./bin/sensor_ambient.exe & +./bin/button_power.exe & +./bin/sensor_host_status.exe & +./bin/host_control.exe & +./bin/flash_bios.exe & diff --git a/stop_services b/stop_services index 1948616..870a1bc 100644 --- a/stop_services +++ b/stop_services @@ -1,7 +1,7 @@ -killall -9 power_control -killall -9 chassis_identify -killall -9 sensor_ambient -killall -9 button_power -killall -9 sensor_host_status -killall -9 host_control -killall -9 flash_bios +killall -9 power_control.exe +killall -9 chassis_identify.exe +killall -9 sensor_ambient.exe +killall -9 button_power.exe +killall -9 sensor_host_status.exe +killall -9 host_control.exe +killall -9 flash_bios.exe |

