summary refs log tree commit diff
path: root/trackless.service
blob: f1f714bcdbf62d883b8a497ea7440d422f406046 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[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
RemainAfterExit=yes

[Install]
WantedBy=multi-user.target