Update 'wipri-eth0.service'

minor change in start time - improved after testing
master
RightToPrivacy 2022-05-26 00:40:49 -04:00
parent ed82bc8878
commit 6ef231616f
1 changed files with 3 additions and 4 deletions

View File

@ -26,15 +26,14 @@
[Unit]
Description=WiPri eth0 Privacy Enhancement
# Change mac
Before=basic.target
After=boot.mount
Before=boot.mount
DefaultDependencies=no
# Feel free to change wipri commands below to meet your needs/wants
[Service]
Type=simple
ExecStart=wipri -d eth0 -i
ExecReload=killall -9 wipri;wipri -d eth0 -i
ExecStart=wipri -d eth0 -p
ExecReload=killall -9 wipri;wipri -d eth0 -p
ExecStop=killall -9 wipri
Restart=on-failure
RemainAfterExit=no