We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
timers are unable to start
root@56fa77fe3133:/# systemctl enable --now my-service.timer ERROR:systemctl:start not implemented for unit type: my-service.timer
I'd provide more info, but I think it's pretty general and reproducible. I think it stems here: https://github.com/gdraheim/docker-systemctl-replacement/blob/master/files/docker/systemctl3.py#L2764-L2773
The text was updated successfully, but these errors were encountered:
Just as the messages says: it is not implemented and it is not easy. And I don't see a point in ignoring it - or should it?
Sorry, something went wrong.
No branches or pull requests
timers are unable to start
I'd provide more info, but I think it's pretty general and reproducible. I think it stems here: https://github.com/gdraheim/docker-systemctl-replacement/blob/master/files/docker/systemctl3.py#L2764-L2773
The text was updated successfully, but these errors were encountered: