15 lines
305 B
Desktop File
15 lines
305 B
Desktop File
[Unit]
|
|
Description=OPSEC MAC Address Randomization
|
|
Before=NetworkManager.service
|
|
Before=networking.service
|
|
After=local-fs.target
|
|
ConditionPathExists=/var/run/opsec-advanced.enabled
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/local/bin/randomize-mac.sh
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|