Since Ubuntu 17 rc.local is not complete so we'll need to make it working manually
#nano /etc/rc.local type these lines manually or just copy paste #!/bin/sh place your code here place your code here place your code here place your code here place your code here exit 0 #chmod +x /etc/rc.local
Comments
Post a Comment