summary refs log tree commit diff
path: root/trackless.service
blob: edb45289aa7057f2905b8a9ae7168a3f3dc50faf (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.target
Before=network.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