1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

systemd: require sys/class/bluetooth for blueman-applet

This should prevent the unit from failing when there is no bluetooth
device in the system.

Signed-off-by: Joe Groocock <me@frebib.net>
This commit is contained in:
Joe Groocock 2020-08-18 13:53:16 +01:00
parent 09f36fa202
commit 39d5f2a370
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86

View File

@ -2,6 +2,7 @@
Description=Bluetooth Applet
After=graphical-session.target
Requires=graphical-session.target
ConditionPathExists=/sys/class/bluetooth
[Service]
Type=simple