diff options
Diffstat (limited to '[email protected]')
| -rw-r--r-- | [email protected] | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/[email protected] b/[email protected] new file mode 100644 index 0000000..d7bfac3 --- /dev/null +++ b/[email protected] @@ -0,0 +1,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 |