diff options
| -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 |

