mirror of
https://github.com/SeriousBug/dotfiles
synced 2025-01-04 00:39:56 -06:00
11 lines
171 B
SYSTEMD
11 lines
171 B
SYSTEMD
|
[Unit]
|
||
|
Description=Run blueman applet.
|
||
|
After=graphical-session.target
|
||
|
|
||
|
[Service]
|
||
|
type=basic
|
||
|
ExecStart=/usr/bin/blueman-applet
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=graphical-session.target
|