docker-systemctl-replacement
docker-systemctl-replacement copied to clipboard
can't start timers
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
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?