Adriano Palumbo

Results 5 comments of Adriano Palumbo

Thanks for the answers @MNeill73 Yes, `/app/conf/*` and `/app/custom_projects` are the path mounted in the container and `/host/path/to/*` are the path in the ssh filesystem. Are you saying that I...

@bugy Yes i specified the default port (5000), i just forget to mention it in the last message, I'm sorry. Ok I'm going to run it again as a service....

This is my conf.json file ``` { "title" : "Pipelines runner" } ``` this is the script-server.service file: ``` [Unit] Description=Script Server After=network.target StartLimitIntervalSec=0 [Service] Type=simple Restart=always RestartSec=1 ExecStart=/home/server/.python_venv/script-server/bin/python /home/server/projects/script-server/launcher.py...

Yes I'm 100% sure that the server keeps running after I close ssh. The server is Ubuntu 24.04.1 LTS. Searching on web [here](https://superuser.com/questions/1312890/systemd-service-stops-when-closing-the-last-sftp-ssh-session), [here2](https://wiki.archlinux.org/title/Systemd/User), [here3](https://askubuntu.com/questions/676007/how-do-i-make-my-systemd-service-run-via-specific-user-and-start-on-boot) I'm thinking that maybe it's...

Yes the IP is the same as the one I am trying to access. I tried nohup, tmux , loginctl enable-linger commands, switch the service from /lib/systemd/system/ to /etc/systemd/system/...but nothing....