Skip to content

Commit

Permalink
variscite-wifi.service: Disable service stop
Browse files Browse the repository at this point in the history
This fixes WIFI driver crashes during reboot and poweroff on VAR-SOM-MX8
and VAR-SOM-MX8X.

Stopping WIFI is still possible by running "/etc/wifi/variscite-wifi stop"
  • Loading branch information
Felix Radensky committed Sep 12, 2019
1 parent 72e2a9d commit 4cc13ed
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ After=sysinit.target

[Service]
Type=oneshot
RemainAfterExit=yes
#RemainAfterExit=yes
ExecStart=/etc/wifi/variscite-wifi start
ExecStop=/etc/wifi/variscite-wifi stop
#ExecStop=/etc/wifi/variscite-wifi stop

[Install]
WantedBy=network.target
Expand Down

0 comments on commit 4cc13ed

Please sign in to comment.