12 lines
245 B
Desktop File
12 lines
245 B
Desktop File
[Unit]
|
|
Description=Bluetooth Fixed Mac Address
|
|
After=bluetooth.service
|
|
Wants=bluetooth.service
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
SyslogIdentifier=bt-fixed-mac
|
|
ExecStart=/usr/local/bin/bt-fixed-mac.sh
|
|
[Install]
|
|
WantedBy=bluetooth.target
|