Hi. On Thu, 20 Dec 2018 23:36:08 +0100 "Patrick Dupre" wrote: > I would like to run a process on a remote machine (login through ssh > and then su) which will remian running even when I close the connection. You can use systemd-run: your process will be run as a systemd service. In addition to be protected from logout, you will thus be able to control this process with systemctl and to see its output with journalctl. -- francis _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx