summaryrefslogtreecommitdiff
path: root/ncserver/module/openrc.py
AgeCommit message (Collapse)AuthorFilesLines
2020-12-08service-openrc: Don't use extraneous parensA. Wilcox1-1/+1
2020-12-07adelie-services: Vastly simplify YANG modelA. Wilcox1-5/+4
This restores the original behaviour/design. No real rationale was given for splitting into a status node other than that the server did not support returning the same node name for running and operational. It does now, so let's do this.
2020-12-07Fix QName import stuffA. Wilcox1-4/+0
2020-10-26ncserver: Make operational and running truly separateA. Wilcox1-0/+1
This makes it easier to add more modules later.
2020-10-21Implement configuration edited loggingA. Wilcox1-1/+1
2020-09-29openrc: Split state to container; add start-time codeA. Wilcox1-7/+16
2020-09-28Add initial implementation of OpenRC manager moduleA. Wilcox1-0/+259