diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/smarttech-SMARTBoardService | 3 | ||||
-rwxr-xr-x | bin/smarttech-SMARTBoardService.as-root | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/bin/smarttech-SMARTBoardService b/bin/smarttech-SMARTBoardService new file mode 100755 index 0000000..8b91702 --- /dev/null +++ b/bin/smarttech-SMARTBoardService @@ -0,0 +1,3 @@ +#!/bin/bash + +pkexec smarttech-SMARTBoardService.as-root
\ No newline at end of file diff --git a/bin/smarttech-SMARTBoardService.as-root b/bin/smarttech-SMARTBoardService.as-root new file mode 100755 index 0000000..eaeb97c --- /dev/null +++ b/bin/smarttech-SMARTBoardService.as-root @@ -0,0 +1,3 @@ +#!/bin/bash + +schroot -p -u root -c precise-i386-smartboard-ITZkS "/opt/SMART Technologies/SMART Product Drivers/bin/SMARTBoardService" -start &
\ No newline at end of file |