OSCam Startup Script for Ubuntu and other linux distros (systemd compatible)

Updated on 14.05.2017 Create a file called /etc/init.d/oscam with the following contents: #!/bin/sh ### BEGIN INIT INFO # Provides: oscam # Required-Start: $local_fs $network $remote_fs # Required-Stop: $local_fs $network $remote_fs # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: start and stop service oscam # Description: oscam ### END INIT INFO
Continue reading...