[Unit] After=mysql.service [Service] ExecStart=/opt/rkcsd/myAppInit.sh [Install] WantedBy=default.target
Datei ausführbar machen mit chmod +x und per systemctl enable myapp.service aktivieren.
chmod +x
systemctl enable myapp.service