Hi, vielleicht kann mir ja hier jemand helfen. Ich habe bisher immer 3 kleine Scripte für die oscam automatisch in der etc/init.d/rc.local mit dem Server gestartet. Leider bekomme ich das unter Deb9 nicht mehr hin. kann mir mal jemand auf die Sprüge helfen wie das jetzt geht...
service rc.local restart
Job for rc-local.service failed because the control process exited with error code.
See "systemctl status rc-local.service" and "journalctl -xe" for details.
bei mir sieht das so aus und wird auch 1A ausgefürt:
axel@vps363074:~$ cat /etc/rc.local
#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.