mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
systemd: remove dependency on system bluetooth service
systemd user units cannot depend on systemd units as the systemd daemons are independent processes and have no notion of each-others' services. Signed-off-by: Joe Groocock <me@frebib.net>
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
[Unit]
|
||||
Description=Bluetooth Applet
|
||||
After=graphical-session.target bluetooth.service
|
||||
Requires=graphical-session.target bluetooth.service
|
||||
After=graphical-session.target
|
||||
Requires=graphical-session.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
|
Reference in New Issue
Block a user