Skip to content
Snippets Groups Projects
Commit ac541f81 authored by Bob Mottram's avatar Bob Mottram
Browse files

Don't wait for network

parent 559bc320
No related branches found
No related tags found
No related merge requests found
......@@ -107,7 +107,6 @@ function bbb_network_restart_daemon {
{ echo '[Unit]';
echo "Description=Beaglebone Black Network Restart Daemon";
echo 'After=syslog.target';
echo 'After=network.target';
echo '';
echo '[Service]';
echo 'Type=simple';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment