docker-systemctl-replacement
docker-systemctl-replacement copied to clipboard
Seems not to support servicename@parameter syntax
Is there an easy way to support servicename@parameter syntax ?
when launching systemctl start [email protected], systemctl.py seems to be looking for a service called [email protected]
Actually, there is some support for "template units" but it is not backed by test cases. So it may not work in your case - but it should. Please have a look at the other template unit tickets which are "almost" done.
This is already reported in #62 and (temporary) workaround is available.