Hi Andrew! It seems that you're making good progress with your project. Congrats!
This works in my projects [Unit] > After=generic-board-startup.service libpruio-lkm.service > StartLimitIntervalSec=0 > > [Service] > Type=simple > Restart=always > User=debian > WorkingDirectory=/opt/rad/virtual_sensor > > *ExecStartPre=/bin/dash -c 'until [ -e /dev/uio5 ] ; do sleep 1 ; done* > ExecStart=/opt/rad/virtual_sensor/virtual_sensor > > [Install] > WantedBy=multi-user.target > Since I always execute compiled programs, I start them as root. Perhaps for User=debian you'll have to implement that line in /etc/systemd/system/lippruio-lkm.service. Regards -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/c303aa65-f3c7-4871-a772-c8d8a9572636o%40googlegroups.com.
