Ich versuche, dies als Startup auszuführen, aber nichts scheint passiert zu sein. Der gleiche Befehl, der im Terminal ausgeführt wird, läuft perfekt.

#!/bin/sh -e
#
# rc.local
#

cd /root/open/ && screen -dm python fn_tcp2.py
exit 0

nach dem Neustart

systemctl status rc-local.service

antwortet mit

 rc-local.service - /etc/rc.local Compatibility
   Loaded: loaded (/lib/systemd/system/rc-local.service; static; vendor preset: enabled)
  Drop-In: /lib/systemd/system/rc-local.service.d
           └─debian.conf
   Active: active (exited) since Sat 2017-05-20 13:28:12 EDT; 13min ago
  Process: 811 ExecStart=/etc/rc.local start (code=exited, status=0/SUCCESS)
 Main PID: 821 (code=exited, status=0/SUCCESS)
   CGroup: /system.slice/rc-local.service

May 20 13:28:12 ubuntu16 systemd[1]: Starting /etc/rc.local Compatibility...
May 20 13:28:12 ubuntu16 systemd[1]: Started /etc/rc.local Compatibility.

danke für Ihre Hilfe

Stefano
quelle