Tweaking my boot process
silver.bullet at zoho.com
silver.bullet at zoho.com
Sun Sep 6 20:31:21 UTC 2015
On Sun, 06 Sep 2015 15:44:16 -0400, Bill wrote:
>ls -hAl /sbin/init
>-rwxr-xr-x 1 root root 260K Jul 18 2014 /sbin/init
Hi,
I suspect that your Mint's init process is upstart.
Systemd should look like this:
$ ls -hAl /sbin/init
lrwxrwxrwx 1 root root 20 Sep 3 20:34 /sbin/init -> /lib/systemd/systemd
$ ps aux | head -n2
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
root 1 0.0 0.1 184856 3900 ? Ss Sep04 0:10 /lib/systemd/systemd --system --deserialize 18
AFAIK you need to add
rfkill block bluetooth
to
/etc/rc.local
as I already mentioned here:
https://lists.ubuntu.com/archives/ubuntu-users/2015-September/282197.html
To avoid race conditions you might need to add a
sleep <value in seconds>
of the rfkill.
Regards,
Ralf
More information about the ubuntu-users
mailing list