Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement machanger for random mac @boottime #12

Open
ure opened this issue Jun 20, 2024 · 0 comments
Open

Implement machanger for random mac @boottime #12

ure opened this issue Jun 20, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@ure
Copy link
Contributor

ure commented Jun 20, 2024

/etc/systemd/system/[email protected]

[Unit]
Description=macchanger on %I
Wants=network-pre.target
Before=network-pre.target
BindsTo=sys-subsystem-net-devices-%i.device
After=sys-subsystem-net-devices-%i.device

[Service]
ExecStart=/usr/bin/macchanger -r %I
Type=oneshot

[Install]
WantedBy=multi-user.target

systemctl enable [email protected]

not enabled by default ... can be handy

@ure ure added the enhancement New feature or request label Jun 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant