mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
Joe Groocock
e2d1c57792
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>
13 lines
212 B
Desktop File
13 lines
212 B
Desktop File
[Unit]
|
|
Description=Bluetooth Applet
|
|
After=graphical-session.target
|
|
Requires=graphical-session.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/blueman-applet
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=desktop.target
|