Skip to content
Snippets Groups Projects
Verified Commit 3ff0f370 authored by Clayton Craft's avatar Clayton Craft :speech_balloon:
Browse files

Add systemd unit file

Being part of the bluetooth.target means that this service (if
enabled) is started automatically every time the bluetooth service is
(re)started.
parent 476c1125
No related branches found
No related tags found
No related merge requests found
[Unit]
Description=Set Mac Address
PartOf=bluetooth.target
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/bin/bootmac --bluetooth
[Install]
WantedBy=bluetooth.target
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment