Linux Format

Answers

Q Disabled or stopped

I noticed that on my laptop running Fedora 31 under Xfce, Bluetooth is automatically activated upon starting up. I looked around for a way to disable it by default, but frankly the terminal’s output when checking whether the Bluetooth service is still running puzzles me. It tells me the service is still active, see below the terminal output. Is this correct and to be expected?

Jude Lee

A Sometimes systemd’s use of

English can be a little counterintuitive. You start and stop services using the start and stop commands for systemctl. The enable and disable options refer to what happens at boot, they do not affect the currently running instance. So $ systemctl stop bluetooth.service will stop the service, but it will be restarted at the next boot, while prevents it starting at next boot, but does not stop the running instance.

To stop it and prevent it restarting, you need to issue both of the commands. However, this may not be enough to prevent a service from running, as units can have dependencies. So if foo.service contains then starting foo will result in trying to start bar as well, even if you have run systemctl disable bar. This is usually a good thing, as it means you only need to

You’re reading a preview, subscribe to read more.

More from Linux Format

Linux Format10 min read
Answers
I was originally using the Cinnamon version of Linux Mint 21.3. I heard good things about MATE, so I did a new installation to try out MATE. After several months, I decided that I would like to go back to Cinnamon. I am not sure how to switch back wi
Linux Format2 min read
Suitability For Beginners
These distros are focused on a technical area of computer use, penetration testing, but that doesn’t mean they’re T not suitable for beginners in this discipline. It’s not much of a surprise that a Gentoo-based distro like Pentoo is more complicated
Linux Format11 min read
Enhance Email With A Better Thunderbird
Think email client and the obvious example is Mozilla’s Thunderbird. But whether you’re a T long-time Thunderbird user or looking for a new email client, you may find that Betterbird is – if you’ll excuse the pun – a better fit. That’s particularly t

Related Books & Audiobooks