mirror of
https://github.com/SeriousBug/dotfiles
synced 2024-11-01 03:27:26 -05:00
15 lines
248 B
Desktop File
15 lines
248 B
Desktop File
[Unit]
|
|
Description=Run blueman applet.
|
|
After=graphical-session.target
|
|
StartLimitIntervalSec=600
|
|
StartLimitBurst=5
|
|
|
|
[Service]
|
|
Type=basic
|
|
ExecStart=/usr/bin/blueman-applet
|
|
Restart=on-failure
|
|
RestartSec=5s
|
|
|
|
[Install]
|
|
WantedBy=graphical-session.target
|