Create another instance of a service that won't be closed with systemctl stop

0

I want to create another instance of sshd on another port which won't be closed with systemctl stop, but I don't know how to go about doing it. I don't know much about Linux, so I have only tried copying and changing the name, but that doesn't work. systemctl doesn't start both processes, but it stops both.

I can't edit any of the .service files or anything in etc, var... I only have access to my own user.

Daniel41550

Posted 2018-07-28T02:13:42.600

Reputation: 238

Given the restrictions you describe what you want isn’t possible – Ramhound – 2018-07-28T04:10:14.817

What is the relevance to systemd with this question? Why use systemd to start your service if it shouldn't stop it? – U. Windl – 2019-04-29T09:19:46.207

No answers