Run command line at boot

So, I’m running BT Sync to keep my libraries updated between a few machines.

This simple program is stared with a single command line:

/path/to/program/folder/btsync --webui.listen 192.168.relevant.IP-address

I want to run this command automatically when OSMC boots. How can I manage that?

You could use /etc/rc.local; but we recommend writing a small systemd script for it.

Sam