I’ve added the following command in a text file "/sbin/chkconfig bluetooth off" and added it to the "Startup Scripts" in my QAS policy. However, it does not seem to be executing at startup to disable the Bluetooth service.
If I manually run "/sbin/chkconfig bluetooth off" I can turn off the service, but the script does not execute at startup.
Be sure your script includes the following: #!/bin/sh
E.g.:
#!/bin/sh
/sbin/chkconfig bluetooth off
© 2025 One Identity LLC. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center