Re: [systemd-devel] Alias use in socket file

2020-09-08 Thread Lennart Poettering
On Di, 08.09.20 08:45, Belisko Marek ([email protected]) wrote: > Hi, > > I'm using yocto build systemd and I'm using openssh server which > create sshd.socket + [email protected] files. With socket I can control if > ssh is enabled / disabled. I have an application which expects to > check stat

[systemd-devel] Alias use in socket file

2020-09-07 Thread Belisko Marek
Hi, I'm using yocto build systemd and I'm using openssh server which create sshd.socket + [email protected] files. With socket I can control if ssh is enabled / disabled. I have an application which expects to check statu of ssh.service. I tried to add Alias=ssh.service to sshd.socket file and tried s