During installation i have to change a setting of sshd and restart it.
I found :
# s6-rc -d change sshd
# s6-rc -u change sshd
Is there a way to do it in one command?
I found a hint proposing (https://github.com/skarnet/s6-rc/issues/3):
# s6-svc -r /run/service/$foo
but there is no /run/service/sshd file.
try with /run/service/sshd-srv
I dont see warnings . i think it worked . thanks.
you can in general find the names with ls /run/service/, so to be certain.
Marking it as solved