summarylogtreecommitdiffstats
path: root/macspoof.service
blob: 48195db09acba6be5231dbcbea2706ab504c0b4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[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]
RemainAfterExit=yes
ExecStart=/usr/bin/macchanger -r %I
Type=oneshot

[Install]
WantedBy=multi-user.target