blob: c572b9ea075c5bae20a098c8205356d8a7f83700 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[Unit]
Description=Change network interfaces mac to a random address.
Wants=network-pre.target
Before=network-pre.target
BindsTo=sys-subsystem-net-devices-wlan0.device
After=sys-subsystem-net-devices-wlan0.device
[Service]
Type=oneshot
ExecStart=/usr/bin/trackless
[Install]
WantedBy=multi-user.target
|