mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
Joe Groocock
39d5f2a370
This should prevent the unit from failing when there is no bluetooth device in the system. Signed-off-by: Joe Groocock <me@frebib.net>
14 lines
253 B
Desktop File
14 lines
253 B
Desktop File
[Unit]
|
|
Description=Bluetooth Applet
|
|
After=graphical-session.target
|
|
Requires=graphical-session.target
|
|
ConditionPathExists=/sys/class/bluetooth
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/blueman-applet
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=desktop.target
|