5 lines
131 B
Bash
5 lines
131 B
Bash
#!/bin/bash
|
|
inslog_path="/var/log/ktouch/install.log"
|
|
|
|
systemctl stop ktouch_daemon.service
|
|
systemctl disable ktouch_daemon.service |