Don't wait for network

This commit is contained in:
Bob Mottram 2018-06-20 12:48:50 +01:00
parent 559bc320ce
commit ac541f81a7
1 changed files with 0 additions and 1 deletions

View File

@ -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';