summary refs log tree commit diff
path: root/trackless@.service
blob: d7bfac34683779ea1622ff23a6997bf3e432c2e9 (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-%i.device
After=sys-subsystem-net-devices-%i.device

[Service]
Type=oneshot
ExecStart=/usr/bin/trackless
RemainAfterExit=yes

[Install]
WantedBy=multi-user.target