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:
parent
6c4767b01e
commit
e2d1c57792
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user