I want to start bluetooth with my laptop (default is power off) on kde.
I have enabled it with systemctl enable.
If i start manually (systemctl start bt) it works.
But when I restart its not powering on the bluetooth.
Possibly its happening to early in the boot process? Or I need it to happen after login?
bt.service
[Unit]
Description=Bluetooth Power On
After=network.target bluetooth.service
[Service]
Type=oneshot
ExecStart=/usr/bin/bluetoothctl power on
ExecStart=/usr/bin/bluetoothctl discoverable on
ExecStart=/usr/bin/bluetoothctl pairable on
User=${USER}
[Install]
WantedBy=default.target