Advertisement
Guest User

Untitled

a guest
Dec 7th, 2016
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. root@debian:/etc# cat /etc/init.d/touchpadOff
  2. #! /bin/sh
  3. ### BEGIN INIT INFO
  4. # Provides: touchpadOff
  5. # Required-Start: $remote_fs $syslog
  6. # Required-Stop: $remote_fs $syslog
  7. # Default-Start: 2 3 4 5
  8. # Default-Stop: 0 1 6
  9. # Short-Description: Start daemon at boot time
  10. # Description: Enable service provided by daemon.
  11. ### END INIT INFO
  12. synclient TouchpadOff=1root@debian:/etc# ls -l
  13. /etc/init.d/touchpadOff
  14. -rwxr-xr-x 1 root root 345 gru 8 02:26 /etc/init.d/touchpadOff
  15. root@debian:/etc#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement