ian_heys wrote: > Hi > > I've been happily using my SOA/Wandboard quad combination for some > months without problems. > Recently I installed minim-server/Java to help play BBC HLS streams > directly to my Revo SuperConnect DLNA radio. That went well too. And > minim server installed it's own systemctl starter files. > I then tried to install Ralphy's squeeze2upnp-amrv6hf-static binary so > that I could have my Revo SuperConnect permanently appear as a > Squeezebox player in the web gui of my squeezebox servers. > It was no problem to put the binary onto the SOA file system and to SSH > directly into the same folder and issue the commend > ./squeeze2upnp-armv6hf-static to start squeeze2upnp and have it working > just as I wanted. > > Now I need to have the binary always on (or daemonized if that is the > correct term) but I can't get my head round systemd and other issues. > > Can anyone help me with a simple step by step procedure to get this > going? > > Thanks
You need to write a custom systemd unit file, or perhaps use the systemd equiv of a command in rc.local. See here: https://raymii.org/s/tutorials/rc.local_support_on_Arch_Linux_and_systemd.html Create an /etc/rc.local file as per a non systemd system to start squeeze2upnp, and then enable and start the rc-local.service in systemd. ------------------------------------------------------------------------ Krisbee's Profile: http://forums.slimdevices.com/member.php?userid=59080 View this thread: http://forums.slimdevices.com/showthread.php?t=101624 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
