1
0
Fork 0
mirror of https://github.com/SeriousBug/dotfiles synced 2024-09-19 08:56:16 -05:00
dotfiles/systemd/user/blueman-applet.service

11 lines
171 B
SYSTEMD
Raw Normal View History

[Unit]
Description=Run blueman applet.
After=graphical-session.target
[Service]
type=basic
ExecStart=/usr/bin/blueman-applet
[Install]
WantedBy=graphical-session.target